We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8dc7b commit 317df70Copy full SHA for 317df70
1 file changed
src/platform/windows/windows_display.c
@@ -41,8 +41,8 @@
41
42
/* clang-format off */
43
44
-#define MIN_WIDTH 480
45
-#define MIN_HEIGHT 500
+#define MIN_WIDTH 320
+#define MIN_HEIGHT 240
46
#define WIN32_WINDOW_STYLE (WS_OVERLAPPEDWINDOW | WS_MAXIMIZEBOX)
47
48
enum SurfaceTaskType {
0 commit comments