add E_Client->dead to mark clients that should immediately be removed from the compositor

theme_shadow was unused
This commit is contained in:
Mike Blumenkrantz 2015-03-05 12:16:53 -05:00
parent 7e8d442ac3
commit 38e12a0370
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ struct E_Client
unsigned int internal : 1;
unsigned int internal_no_remember : 1;
unsigned int internal_no_reopen : 1;
Eina_Bool theme_shadow : 1;
Eina_Bool dead : 1;
Evas_Object *internal_elm_win;