diff options
author | Mole Shang <[email protected]> | 2024-03-02 20:14:18 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2024-03-02 20:14:18 +0800 |
commit | cf31015f6a3cc205cb682f154478599b36040382 (patch) | |
tree | 0f4692346fd5167c050de6d415e4161915c4e75b /src/main.h | |
parent | 3e5ebc6dbd12f9a176baa6106a9b9f4ec5ba7346 (diff) | |
download | hinata-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |