Ecore_Wayland: Add alpha field to window structure, add cursor_name to

input structure.

These are required for fixes to _set_alpha/transparent, and upcoming
cursor fixes.



SVN revision: 75311
This commit is contained in:
Christopher Michael 2012-08-16 09:35:41 +00:00
parent d5eb01a904
commit cde4673abe
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,7 @@ struct _Ecore_Wl_Input
struct wl_keyboard *keyboard;
struct wl_touch *touch;
const char *cursor_name;
struct wl_surface *cursor_surface;
struct wl_callback *cursor_frame_cb;
@ -182,6 +183,7 @@ struct _Ecore_Wl_Window
/* Eina_Bool redraw_scheduled : 1; */
/* Eina_Bool resize_scheduled : 1; */
Eina_Bool alpha : 1;
Eina_Bool transparent : 1;
Eina_Bool moving : 1;
Eina_Bool resizing : 1;