From 1d83252af2bcce1880c94bf8e0775f50fd0a0f11 Mon Sep 17 00:00:00 2001 From: Nick Holland Date: Wed, 29 Jul 2015 07:36:37 +0100 Subject: [PATCH] Fix build break when building for libUV (Node.JS) Change-Id: Idd697f81ffe47dd0bef1b04ef45122550d9057c5 --- adaptors/x11/x-event-handler.cpp | 1 + adaptors/x11/x-events/debug/x-input2-debug.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/adaptors/x11/x-event-handler.cpp b/adaptors/x11/x-event-handler.cpp index b8cb525..39bb9b3 100644 --- a/adaptors/x11/x-event-handler.cpp +++ b/adaptors/x11/x-event-handler.cpp @@ -169,6 +169,7 @@ struct EventHandler::Impl : public WindowEventInterface // Data XEventManager mXEventManager; EventHandler* mHandler; + bool mPaused; }; EventHandler::EventHandler( RenderSurface* surface, CoreEventInterface& coreEventInterface, GestureManager& gestureManager, DamageObserver& damageObserver, DragAndDropDetectorPtr dndDetector ) diff --git a/adaptors/x11/x-events/debug/x-input2-debug.cpp b/adaptors/x11/x-events/debug/x-input2-debug.cpp index 8191e81..79c2a0b 100644 --- a/adaptors/x11/x-events/debug/x-input2-debug.cpp +++ b/adaptors/x11/x-events/debug/x-input2-debug.cpp @@ -273,7 +273,7 @@ void LogXI2Event( XGenericEventCookie* cookie ) #else -void LogDeviceInfo( Display* display, XIDeviceInfo* device ) +void LogInputDeviceInfo( const XIDeviceInfo* devices, unsigned int numberOfDevices) { } void LogXI2Event( XGenericEventCookie* cookie ) -- 2.7.4