From: Dietmar Maurer Date: Tue, 8 Oct 2013 10:20:43 +0000 (+0200) Subject: change max size X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=baa9598b32fe83f3cf0518bdcb6f6ca8c25cb601;p=spiceterm.git change max size --- diff --git a/spiceterm.h b/spiceterm.h index 729ae3d..d1c429d 100644 --- a/spiceterm.h +++ b/spiceterm.h @@ -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;