summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index 31e98f4..59554ee 100644
--- a/config.h
+++ b/config.h
@@ -4,4 +4,10 @@
#define memory_size (1024 * 1024 * 128)
#define app_memory_size (1024 * 1024 * 64)
+#define max_vp_w 2000
+#define max_vp_h 2000
+
+#define max_pc_window_w 5000
+#define max_pc_window_h 3000
+
#endif