From f1d321f054b1da072e9c965c20f45399c00af1c0 Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 7 Jun 2023 00:50:58 -0400 Subject: add letterboxing matrix --- include/rodeo/window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/rodeo/window.h') 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 -- cgit v1.2.3