]> git.proxmox.com Git - spiceterm.git/blobdiff - spiceterm.h
resize: discard pending commands
[spiceterm.git] / spiceterm.h
index a8d27d1f36cc3b0d2f075ca64dc7f739a46076d6..6657186717d27a31179ffae4dd4255a6a020fce7 100644 (file)
@@ -20,7 +20,7 @@ typedef struct TextCell {
     TextAttributes attrib;
 } TextCell;
 
-#define COMMANDS_SIZE (1024*10)
+#define COMMANDS_SIZE (1024)
 #define MAX_HEIGHT 1440
 #define MAX_WIDTH 2560
 
@@ -58,6 +58,8 @@ struct SpiceScreen {
 
     //cache for glyphs bitmaps
     GHashTable *image_cache;
+    
+    gboolean cursor_set;
 
     // callbacks
     void (*on_client_connected)(SpiceScreen *spice_screen);