Changeset 1829
- Timestamp:
- 04/25/12 11:01:20 (13 months ago)
- File:
-
- 1 edited
-
trunk/core/luascript.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/luascript.c
r1828 r1829 1120 1120 } 1121 1121 1122 static int luaCB_get_video_button( lua_State* L ) 1123 { 1124 int to; 1125 #if CAM_HAS_VIDEO_BUTTON 1126 to = 1; 1127 #else 1128 to = 0; 1129 #endif 1130 lua_pushnumber( L, to ); 1131 return 1; 1132 } 1133 1122 1134 static int luaCB_get_drive_mode( lua_State* L ) 1123 1135 { … … 2353 2365 FUNC(get_movie_status) 2354 2366 FUNC(set_movie_status) 2367 FUNC(get_video_button) 2355 2368 2356 2369 FUNC(get_histo_range)
Note: See TracChangeset
for help on using the changeset viewer.