5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2024-12-22 13:34:06 +03:00

change max size

This commit is contained in:
Dietmar Maurer 2013-10-08 12:20:43 +02:00
parent 8a3547be31
commit baa9598b32

View 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;