aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/esdl2.h
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-04-03 11:24:59 +0200
committerLoïc Hoguin <[email protected]>2014-04-03 11:24:59 +0200
commit40344743774a8e56d60427fc4827883a77880324 (patch)
tree07b2076ab2ace29f1c0423240bf671979a681b50 /c_src/esdl2.h
parent00114c813b6c6829dcf3b6eedc6b45803b31c808 (diff)
downloadesdl2-40344743774a8e56d60427fc4827883a77880324.tar.gz
esdl2-40344743774a8e56d60427fc4827883a77880324.tar.bz2
esdl2-40344743774a8e56d60427fc4827883a77880324.zip
Add sdl_window:create_window_and_renderer/3
Diffstat (limited to 'c_src/esdl2.h')
-rw-r--r--c_src/esdl2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c_src/esdl2.h b/c_src/esdl2.h
index 7a5346d..390d771 100644
--- a/c_src/esdl2.h
+++ b/c_src/esdl2.h
@@ -149,7 +149,8 @@
F(get_version, 0) \
F(get_revision, 0) \
/* sdl_window */ \
- F(create_window, 6)
+ F(create_window, 6) \
+ F(create_window_and_renderer, 3) \
// Generated declarations for the NIF.