ecore-wayland: Add minimized field to window structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-23 08:56:50 -04:00
parent d53678bbab
commit e673197322
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ struct _Ecore_Wl_Window
Eina_Bool fullscreen : 1;
Eina_Bool maximized : 1;
Eina_Bool minimized : 1;
struct
{