summaryrefslogtreecommitdiffhomepage
path: root/src/window/irodeo_window_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/irodeo_window_t.h')
-rw-r--r--src/window/irodeo_window_t.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window/irodeo_window_t.h b/src/window/irodeo_window_t.h
index e2dd0a4..f7e0c26 100644
--- a/src/window/irodeo_window_t.h
+++ b/src/window/irodeo_window_t.h
@@ -14,8 +14,8 @@ struct
SDL_Window* window;
SDL_Surface* screen_surface;
SDL_SysWMinfo wmi;
- uint16_t screen_width;
- uint16_t screen_height;
+ uint32_t screen_width;
+ uint32_t screen_height;
bool quit;
}
irodeo_window_state_t;