aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/esdl2.h
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-04-07 21:52:07 +0200
committerLoïc Hoguin <[email protected]>2014-04-07 21:52:07 +0200
commitbab7bbd62a903b53c4a92203b17a20a0373b667e (patch)
treea7700cfe7ec9494a6ceba79f2ae7c7916153f333 /c_src/esdl2.h
parent280b58e6aa3876e42ca0c7215b9d65f44e618520 (diff)
downloadesdl2-bab7bbd62a903b53c4a92203b17a20a0373b667e.tar.gz
esdl2-bab7bbd62a903b53c4a92203b17a20a0373b667e.tar.bz2
esdl2-bab7bbd62a903b53c4a92203b17a20a0373b667e.zip
Add sdl_texture:set_blend_mode/2
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 6516bee..043789f 100644
--- a/c_src/esdl2.h
+++ b/c_src/esdl2.h
@@ -201,6 +201,7 @@
F(get_texture_blend_mode, 1) \
F(get_texture_color_mod, 1) \
F(set_texture_alpha_mod, 2) \
+ F(set_texture_blend_mode, 2) \
/* sdl_version */ \
F(get_version, 0) \
F(get_revision, 0) \