Ecore_wayland: Add myself a FIXME note for after the "freeze".

SVN revision: 74930
This commit is contained in:
Christopher Michael 2012-08-06 12:31:05 +00:00
parent f31da4c907
commit 8123853195
1 changed files with 3 additions and 0 deletions

View 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;
};