summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-06-13 17:50:34 -0400
committerrealtradam <[email protected]>2023-06-13 17:50:34 -0400
commit425516a9c53183179c43517f1b6501a790378a05 (patch)
tree9b4d905a0dd79364cf44ab52332f5973cc974f17 /include/rodeo
parentdcf3e1da9e9e1048604eaf2286bca055eff05be9 (diff)
downloadRodeoKit-425516a9c53183179c43517f1b6501a790378a05.tar.gz
RodeoKit-425516a9c53183179c43517f1b6501a790378a05.zip
finish implementing letterbox functionality
Diffstat (limited to 'include/rodeo')
-rw-r--r--include/rodeo/gfx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rodeo/gfx.h b/include/rodeo/gfx.h
index 05ce7d0..0195f49 100644
--- a/include/rodeo/gfx.h
+++ b/include/rodeo/gfx.h
@@ -25,6 +25,12 @@ rodeo_gfx_width_get(void);
float
rodeo_gfx_height_get(void);
+rodeo_rectangle_t
+rodeo_gfx_letterbox_first_get(void);
+
+rodeo_rectangle_t
+rodeo_gfx_letterbox_second_get(void);
+
cstr
rodeo_gfx_renderer_name_get(void);