modification skin_server
authorSon Hyunjun <hj79.son@samsung.com>
Mon, 5 Mar 2012 10:45:10 +0000 (19:45 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Mon, 5 Mar 2012 10:45:10 +0000 (19:45 +0900)
tizen/src/skin/skin_operation.c
tizen/src/skin/skin_operation.h

index 9bb0bdd..baf7f32 100644 (file)
@@ -45,7 +45,7 @@ void do_key_event( int event_type, int keycode ) {
        //TODO send event to qemu
 }
 
-void change_lcd_state( int direction, int scale ) {
+void change_lcd_state( short direction, short scale ) {
        printf( "change_lcd_state direction:%d, scale:%d\n", direction, scale );
        //TODO send request to emuld
 }
index 658223a..21177c8 100644 (file)
@@ -36,7 +36,7 @@ void do_mouse_event( int event_type, int x, int y );
 
 void do_key_event( int event_type, int keycode );
 
-void change_lcd_state( int direction, int scale );
+void change_lcd_state( short direction, short scale );
 
 void request_close(void);