summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/window.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-06-07 00:50:58 -0400
committerrealtradam <[email protected]>2023-06-07 00:50:58 -0400
commitf1d321f054b1da072e9c965c20f45399c00af1c0 (patch)
treeb3e287403213207a5c5ced4dd8b7c16d30564856 /include/rodeo/window.h
parentd518023bb61dec8dd776e5cf7b2b23e66b2cdfdb (diff)
downloadRodeoKit-f1d321f054b1da072e9c965c20f45399c00af1c0.tar.gz
RodeoKit-f1d321f054b1da072e9c965c20f45399c00af1c0.zip
add letterboxing matrix
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 dd505f2..5674174 100644
--- a/include/rodeo/window.h
+++ b/include/rodeo/window.h
@@ -21,10 +21,10 @@ rodeo_window_init(
void
rodeo_window_deinit(void);
-uint16_t
+uint32_t
rodeo_window_screen_width_get(void);
-uint16_t
+uint32_t
rodeo_window_screen_height_get(void);
bool