]> git.proxmox.com Git - spiceterm.git/commitdiff
change max size
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 8 Oct 2013 10:20:43 +0000 (12:20 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 8 Oct 2013 10:20:43 +0000 (12:20 +0200)
spiceterm.h

index 729ae3df69a23efafead09178a20015f2e0ddaa7..d1c429d4d62e017c49b79a56364b6402099a2daa 100644 (file)
@@ -21,8 +21,8 @@ typedef struct TextCell {
 } TextCell;
 
 #define COMMANDS_SIZE (1024*10)
-#define MAX_HEIGHT 2048
-#define MAX_WIDTH 2048
+#define MAX_HEIGHT 1440
+#define MAX_WIDTH 2560
 
 typedef struct SpiceScreen SpiceScreen;