summaryrefslogtreecommitdiff
path: root/src/lua_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_core.c')
-rw-r--r--src/lua_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua_core.c b/src/lua_core.c
index 7056f40..32759bf 100644
--- a/src/lua_core.c
+++ b/src/lua_core.c
@@ -323,6 +323,7 @@ void defineGlobals() {
assignGlobalInt( BLEND_MULTIPLIED, "BLEND_MULTIPLIED" );
assignGlobalInt( BLEND_ADD_COLORS, "BLEND_ADD_COLORS" );
assignGlobalInt( BLEND_SUBTRACT_COLORS, "BLEND_SUBTRACT_COLORS" );
+ assignGlobalInt( BLEND_ALPHA_PREMULTIPLY, "BLEND_ALPHA_PREMULTIPLY" );
assignGlobalInt( BLEND_CUSTOM, "BLEND_CUSTOM" );
/* Gesture */
assignGlobalInt( GESTURE_NONE, "GESTURE_NONE" );