From: Dietmar Maurer Date: Thu, 17 Oct 2013 07:04:20 +0000 (+0200) Subject: use gunichar instead of long X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=05f253a6f31f1ecc4a12469ae75a6977f64b0575;hp=f424be980ad7e8f568a9a6caf2528e412ac19466;p=spiceterm.git use gunichar instead of long --- diff --git a/spiceterm.h b/spiceterm.h index 7a42ad8..cfa9428 100644 --- a/spiceterm.h +++ b/spiceterm.h @@ -88,7 +88,7 @@ typedef struct spiceTerm { int altbuf:1; unsigned int utf8:1; // utf8 mode - long utf_char; // used by utf8 parser + gunichar utf_char; // used by utf8 parser int utf_count; // used by utf8 parser TextAttributes default_attrib;