summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-06 18:40:57 +1000
committerquou <quou@disroot.org>2024-07-06 18:40:57 +1000
commit2693d0e46cf55c613e560d2eed8a2f762fe76bb5 (patch)
treeeda3c4571c16e24602e5adc3d59b2b99aef3e3cf /config.h
parente6f8a3356a91e0304e9965c7b8bfc2f06a2b79cc (diff)
Allocate a max viewport so that re-creating images isn't needed.
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