aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/esdl2.h
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-04-03 12:25:33 +0200
committerLoïc Hoguin <[email protected]>2014-04-03 12:25:33 +0200
commit3c6246509591b086e82ba463f22db24796acbc31 (patch)
treec46a5a1ec95655906450f728097597899ade7924 /c_src/esdl2.h
parent6ef934fb5db12cf4f0042aafdcda15a9f3831e5f (diff)
downloadesdl2-3c6246509591b086e82ba463f22db24796acbc31.tar.gz
esdl2-3c6246509591b086e82ba463f22db24796acbc31.tar.bz2
esdl2-3c6246509591b086e82ba463f22db24796acbc31.zip
Add sdl_window:get_flags/1
Diffstat (limited to 'c_src/esdl2.h')
-rw-r--r--c_src/esdl2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/c_src/esdl2.h b/c_src/esdl2.h
index c64352e..17c3565 100644
--- a/c_src/esdl2.h
+++ b/c_src/esdl2.h
@@ -20,6 +20,8 @@
// List of atoms used by this NIF.
#define NIF_ATOMS(A) \
+ A(allow_high_dpi) \
+ A(borderless) \
A(button) \
A(caps) \
A(charged) \
@@ -33,8 +35,13 @@
A(false) \
A(focus_gained) \
A(focus_lost) \
+ A(foreign) \
+ A(fullscreen) \
+ A(fullscreen_desktop) \
A(h) \
A(hidden) \
+ A(input_focus) \
+ A(input_grabbed) \
A(key_down) \
A(key_up) \
A(leave) \
@@ -50,6 +57,7 @@
A(mod) \
A(mode) \
A(mouse_down) \
+ A(mouse_focus) \
A(mouse_motion) \
A(mouse_up) \
A(mouse_wheel) \
@@ -57,8 +65,10 @@
A(no_battery) \
A(num) \
A(on_battery) \
+ A(opengl) \
A(quit) \
A(repeat) \
+ A(resizable) \
A(resized) \
A(restored) \
A(right) \
@@ -153,6 +163,7 @@
F(create_window_and_renderer, 3) \
F(get_window_brightness, 1) \
F(get_window_display_index, 1) \
+ F(get_window_flags, 1) \
// Generated declarations for the NIF.