summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rodeo/window.h')
-rw-r--r--include/rodeo/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rodeo/window.h b/include/rodeo/window.h
index 2dcfab2..df73b4f 100644
--- a/include/rodeo/window.h
+++ b/include/rodeo/window.h
@@ -13,8 +13,8 @@
void
rodeo_window_init(
- uint16_t screen_height,
- uint16_t screen_width,
+ uint32_t screen_height,
+ uint32_t screen_width,
cstr title
);