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:
parent
8a3547be31
commit
baa9598b32
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user