Skip to content

Commit 317df70

Browse files
committed
feat(display): set the minimum screen size to 320x240
1 parent ae8dc7b commit 317df70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/platform/windows/windows_display.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
/* clang-format off */
4343

44-
#define MIN_WIDTH 480
45-
#define MIN_HEIGHT 500
44+
#define MIN_WIDTH 320
45+
#define MIN_HEIGHT 240
4646
#define WIN32_WINDOW_STYLE (WS_OVERLAPPEDWINDOW | WS_MAXIMIZEBOX)
4747

4848
enum SurfaceTaskType {

0 commit comments

Comments
 (0)