Ecore_wayland: Add myself a FIXME note for after the "freeze".
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 6 Aug 2012 12:31:05 +0000 (12:31 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 6 Aug 2012 12:31:05 +0000 (12:31 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74930 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_wayland/Ecore_Wayland.h

index 5ff3293..a6a4acb 100644 (file)
@@ -185,6 +185,9 @@ struct _Ecore_Wl_Window
    Ecore_Wl_Input *pointer_device;
    Ecore_Wl_Input *keyboard_device;
 
+   /* FIXME: Ideally we should record the cursor name for this window 
+    * so we can compare and avoid unnecessary cursor set calls to wayland */
+
    void *data;
 };