From 8123853195d5dff3e92cf87856287ed96c2c8c46 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 6 Aug 2012 12:31:05 +0000 Subject: [PATCH] Ecore_wayland: Add myself a FIXME note for after the "freeze". SVN revision: 74930 --- legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h b/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h index 5ff3293741..a6a4acb001 100644 --- a/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/legacy/ecore/src/lib/ecore_wayland/Ecore_Wayland.h @@ -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; };