ecore-wl2: Add pointer fields to input structure
authorChris Michael <cp.michael@samsung.com>
Thu, 10 Sep 2015 17:00:48 +0000 (13:00 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 3 Dec 2015 17:02:40 +0000 (12:02 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/ecore_wl2_private.h

index 0b5403f..6555cdf 100644 (file)
@@ -138,6 +138,13 @@ struct _Ecore_Wl2_Input
 
    struct
      {
+        double sx, sy;
+        unsigned int button;
+        unsigned int enter_serial;
+     } pointer;
+
+   struct
+     {
         Ecore_Wl2_Window *pointer;
         Ecore_Wl2_Window *keyboard;
         Ecore_Wl2_Window *touch;