fix boolean to match other bitfield types

This commit is contained in:
Carsten Haitzler 2014-05-30 12:16:14 +09:00
parent 483023051e
commit d22fd0b6dc
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ struct E_Client
} changes;
unsigned int visible : 1;
Eina_Bool hidden : 1; // set when window has been hidden by api and should not be shown
unsigned int hidden : 1; // set when window has been hidden by api and should not be shown
unsigned int await_hide_event;
unsigned int moving : 1;
unsigned int focused : 1;