skin: using sensor device 86/19186/1
authorGiWoong Kim <giwoong.kim@samsung.com>
Tue, 8 Apr 2014 09:22:12 +0000 (18:22 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Tue, 8 Apr 2014 09:28:48 +0000 (18:28 +0900)
When emulator window is rotated, sensor value must be updated by its device

Change-Id: Ia3201b3ea6c6c06aa3fbcce652c8fbdfe8ab4888
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/skin/maruskin_operation.c

index 1cd3c1f45a47d6bd2a401e4ecf6f560f8605fc50..94f9cfd79db8d008d734f483bcf7175d3a0eef83 100644 (file)
@@ -323,7 +323,7 @@ void do_rotation_event(int rotation_type)
 {
     INFO("do_rotation_event rotation_type : %d\n", rotation_type);
 
-#if 0
+#if 1
     int x = 0, y = 0, z = 0;
 
     switch (rotation_type) {