Add structure member to mark if window has an actual buffer

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-09-24 11:32:52 +01:00
parent 21daab2c62
commit deedad61b9
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@ struct _Ecore_Wl_Window
Eina_Bool transparent : 1;
Eina_Bool moving : 1;
Eina_Bool resizing : 1;
Eina_Bool has_buffer : 1;
Ecore_Wl_Window_Type type;
Ecore_Wl_Window_Buffer_Type buffer_type;