mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-08-29 13:27:36 +00:00
use gunichar instead of long
This commit is contained in:
parent
f424be980a
commit
05f253a6f3
@ -88,7 +88,7 @@ typedef struct spiceTerm {
|
|||||||
int altbuf:1;
|
int altbuf:1;
|
||||||
|
|
||||||
unsigned int utf8:1; // utf8 mode
|
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
|
int utf_count; // used by utf8 parser
|
||||||
|
|
||||||
TextAttributes default_attrib;
|
TextAttributes default_attrib;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user