mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-01-10 01:18:01 +03:00
change max size
This commit is contained in:
parent
8a3547be31
commit
baa9598b32
@ -21,8 +21,8 @@ typedef struct TextCell {
|
|||||||
} TextCell;
|
} TextCell;
|
||||||
|
|
||||||
#define COMMANDS_SIZE (1024*10)
|
#define COMMANDS_SIZE (1024*10)
|
||||||
#define MAX_HEIGHT 2048
|
#define MAX_HEIGHT 1440
|
||||||
#define MAX_WIDTH 2048
|
#define MAX_WIDTH 2560
|
||||||
|
|
||||||
typedef struct SpiceScreen SpiceScreen;
|
typedef struct SpiceScreen SpiceScreen;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user