Merge branch 'devel/master' into tizen_4.0 16/149016/1 accepted/tizen/4.0/unified/20170918.093555 submit/tizen_4.0/20170915.030644 submit/tizen_4.0/20170915.041056
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 11 Sep 2017 09:10:40 +0000 (18:10 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 11 Sep 2017 09:10:45 +0000 (18:10 +0900)
Change-Id: I455f549ac1b7439e5861d27e3604e16e45ea91b5

examples/tilt/tilt-example.cpp
packaging/com.samsung.dali-demo.spec

index 230704a..783acbe 100644 (file)
@@ -67,7 +67,7 @@ public:
   void CreateSensor()
   {
     mTiltSensor = TiltSensor::Get();
-    if ( mTiltSensor.Enable() )
+    if ( mTiltSensor.Start() )
     {
       // Get notifications when the device is tilted
       mTiltSensor.TiltedSignal().Connect( this, &TiltController::OnTilted );
index 95976c6..0e9e86b 100755 (executable)
@@ -2,7 +2,7 @@
 
 Name:       com.samsung.dali-demo
 Summary:    The OpenGLES Canvas Core Demo
-Version:    1.2.54
+Version:    1.2.56
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0