Add surface_id to wayland window structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-20 14:35:56 +01:00
parent 0de4add074
commit b4af063308
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ struct _Ecore_Wl_Window
Eina_Bool set : 1;
} pointer;
int id;
int id, surface_id;
int x, y;
int edges;