ecore-wl: Store window input region into structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-04-09 09:38:16 +01:00
parent da59ad61f2
commit dba35d942d
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ struct _Ecore_Wl_Window
struct
{
int x, y, w, h;
} opaque;
} opaque, input;
/* Eina_Bool redraw_scheduled : 1; */
/* Eina_Bool resize_scheduled : 1; */