summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/waffle/api/waffle_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waffle/api/waffle_window.c b/src/waffle/api/waffle_window.c
index 81f95f8..e0ccebe 100644
--- a/src/waffle/api/waffle_window.c
+++ b/src/waffle/api/waffle_window.c
@@ -35,7 +35,7 @@
WAFFLE_API struct waffle_window*
waffle_window_create(
struct waffle_config *config,
- int width, int height)
+ int32_t width, int32_t height)
{
struct wcore_window *wc_self;
struct wcore_config *wc_config = wcore_config(config);