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