Fix LibUV debug build break 99/78399/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 5 Jul 2016 10:03:59 +0000 (11:03 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 5 Jul 2016 10:03:59 +0000 (11:03 +0100)
Change-Id: I3d34b398765deec2643ee5b93c2f5eea81b2f225

adaptors/x11/x-event-handler.cpp

index 5243dd9..0e73249 100644 (file)
@@ -220,7 +220,7 @@ void EventHandler::SendEvent(Dali::Integration::Point& point, unsigned long time
   Integration::TouchEventCombiner::EventDispatchType type = mCombiner.GetNextTouchEvent(point, timeStamp, touchEvent, hoverEvent);
   if(type != Integration::TouchEventCombiner::DispatchNone )
   {
-    DALI_LOG_INFO(gTouchEventLogFilter, Debug::General, "%d: Device %d: Button state %d (%.2f, %.2f)\n", timeStamp, point.deviceId, point.state, point.local.x, point.local.y);
+    DALI_LOG_INFO(gTouchEventLogFilter, Debug::General, "%d: Device %d: Button state %d (%.2f, %.2f)\n", timeStamp, point.GetDeviceId(), point.GetState(), point.GetLocalPosition().x, point.GetLocalPosition().y);
 
     // First the touch and/or hover event & related gesture events are queued
     if(type == Integration::TouchEventCombiner::DispatchTouch || type == Integration::TouchEventCombiner::DispatchBoth)