Changeset 579


Ignore:
Timestamp:
11/18/08 14:17:28 (5 years ago)
Author:
phyrephox
Message:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/luascript.c

    r545 r579  
    381381} 
    382382 
    383 #if defined (CAMERA_g7) || defined (CAMERA_sx100is) 
     383#if defined (CAMERA_g7) || defined (CAMERA_sx100is) || defined (CAMERA_g9) 
    384384static int luaCB_wheel_right( lua_State* L ) 
    385385{ 
  • trunk/lib/ubasic/ubasic.c

    r545 r579  
    19041904static void wheel_left_statement(void){ 
    19051905  accept(TOKENIZER_WHEEL_LEFT); 
    1906 #if defined (CAMERA_g7) || defined (CAMERA_sx100is) 
     1906#if defined (CAMERA_g7) || defined (CAMERA_sx100is) || defined (CAMERA_g9) 
    19071907  JogDial_CCW(); 
    19081908#endif 
Note: See TracChangeset for help on using the changeset viewer.