Changeset 709 for trunk/core/luascript.c
- Timestamp:
- 02/14/09 09:53:20 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/luascript.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/luascript.c
r687 r709 13 13 #include "raw.h" 14 14 #include "raw_merge.h" 15 #include "curves.h" 16 17 static int luaCB_set_curve_state( lua_State* L ) 18 { 19 int value; 20 value=luaL_checknumber( L, 1 ); 21 curve_set_mode(value); 22 return 0; 23 } 24 15 25 16 26 static int luaCB_set_aflock(lua_State* L) … … 1005 1015 FUNC(set_backlight); 1006 1016 FUNC(set_aflock); 1007 } 1017 FUNC(set_curve_state); 1018 }
Note: See TracChangeset
for help on using the changeset viewer.