fix sf_check_rotation start option tizen_2.1 2.2_release submit/tizen_2.1/20130515.031903 submit/tizen_2.2/20130714.153810
authorJuHyun Kim <jh8212.kim@samsung.com>
Thu, 9 May 2013 05:27:25 +0000 (14:27 +0900)
committerJuHyun Kim <jh8212.kim@samsung.com>
Thu, 9 May 2013 05:27:25 +0000 (14:27 +0900)
packaging/sensor.spec
src/client.cpp

index d5aa129..dff8e8b 100644 (file)
@@ -1,7 +1,7 @@
 
 Name:       sensor
 Summary:    Sensor framework client library
-Version:    0.5.26
+Version:    0.5.27
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    Apache 2.0
index 004890b..381c5c0 100755 (executable)
@@ -2000,7 +2000,7 @@ EXTAPI int sf_check_rotation( unsigned long *curr_state)
                return -1;
        }
 
-       state = sf_start(handle, 0);
+       state = sf_start(handle, 1);
        if(state < 0)
        {
                ERR("sf_start fail\n");