Commit 05cc71ede06f80b9ff7e056ac64e1498334e3cb2

Authored by adam.b
2 parents 64508ac7 90c1d496

[dali_1.2.56] Merge branch 'devel/master'

Change-Id: I961a184a0db84626a2007a1a33bf60f24310137e
examples/tilt/tilt-example.cpp
@@ -67,7 +67,7 @@ public: @@ -67,7 +67,7 @@ public:
67 void CreateSensor() 67 void CreateSensor()
68 { 68 {
69 mTiltSensor = TiltSensor::Get(); 69 mTiltSensor = TiltSensor::Get();
70 - if ( mTiltSensor.Enable() ) 70 + if ( mTiltSensor.Start() )
71 { 71 {
72 // Get notifications when the device is tilted 72 // Get notifications when the device is tilted
73 mTiltSensor.TiltedSignal().Connect( this, &TiltController::OnTilted ); 73 mTiltSensor.TiltedSignal().Connect( this, &TiltController::OnTilted );
packaging/com.samsung.dali-demo.spec
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 2
3 Name: com.samsung.dali-demo 3 Name: com.samsung.dali-demo
4 Summary: The OpenGLES Canvas Core Demo 4 Summary: The OpenGLES Canvas Core Demo
5 -Version: 1.2.55 5 +Version: 1.2.56
6 Release: 1 6 Release: 1
7 Group: System/Libraries 7 Group: System/Libraries
8 License: Apache-2.0 8 License: Apache-2.0