Changeset 579
- Timestamp:
- 11/18/08 14:17:28 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
core/luascript.c (modified) (1 diff)
-
lib/ubasic/ubasic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/luascript.c
r545 r579 381 381 } 382 382 383 #if defined (CAMERA_g7) || defined (CAMERA_sx100is) 383 #if defined (CAMERA_g7) || defined (CAMERA_sx100is) || defined (CAMERA_g9) 384 384 static int luaCB_wheel_right( lua_State* L ) 385 385 { -
trunk/lib/ubasic/ubasic.c
r545 r579 1904 1904 static void wheel_left_statement(void){ 1905 1905 accept(TOKENIZER_WHEEL_LEFT); 1906 #if defined (CAMERA_g7) || defined (CAMERA_sx100is) 1906 #if defined (CAMERA_g7) || defined (CAMERA_sx100is) || defined (CAMERA_g9) 1907 1907 JogDial_CCW(); 1908 1908 #endif
Note: See TracChangeset
for help on using the changeset viewer.