summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2024-03-02 20:14:18 +0800
committerMole Shang <[email protected]>2024-03-02 20:14:18 +0800
commitcf31015f6a3cc205cb682f154478599b36040382 (patch)
tree0f4692346fd5167c050de6d415e4161915c4e75b /src/main.h
parent3e5ebc6dbd12f9a176baa6106a9b9f4ec5ba7346 (diff)
downloadhinata-cf31015f6a3cc205cb682f154478599b36040382.tar.gz
hinata-cf31015f6a3cc205cb682f154478599b36040382.tar.bz2
hinata-cf31015f6a3cc205cb682f154478599b36040382.zip
ui: draw ascii-art icon in about popup
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 731a508..0e843b3 100644
--- a/src/main.h
+++ b/src/main.h
@@ -4,6 +4,6 @@
#include <stdbool.h>
#include <stdio.h>
-int win_width = 800, win_height = 600;
+int win_width = 1024, win_height = 768;
#endif