aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/esdl2.h
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-04-04 17:20:21 +0200
committerLoïc Hoguin <[email protected]>2014-04-04 17:20:21 +0200
commit81a8df3374e830acba184099f243e42174c02e2a (patch)
treecd9bba4a0232e8116ec621b4db9f64afc0d6c955 /c_src/esdl2.h
parentecf0289776569cf9cf00accbc7cbcfe3ffa9a724 (diff)
downloadesdl2-81a8df3374e830acba184099f243e42174c02e2a.tar.gz
esdl2-81a8df3374e830acba184099f243e42174c02e2a.tar.bz2
esdl2-81a8df3374e830acba184099f243e42174c02e2a.zip
Add sdl_renderer:get_output_size/1
Diffstat (limited to 'c_src/esdl2.h')
-rw-r--r--c_src/esdl2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_src/esdl2.h b/c_src/esdl2.h
index f0e54c9..34871be 100644
--- a/c_src/esdl2.h
+++ b/c_src/esdl2.h
@@ -152,6 +152,7 @@
F(get_num_render_drivers, 0) \
F(get_render_draw_blend_mode, 1) \
F(get_render_draw_color, 1) \
+ F(get_render_output_size, 1) \
F(render_clear, 1) \
F(render_copy, 4) \
F(render_present, 1) \