use correct int size for ds effect iterating

fixes selectively disabling desk flip effects
This commit is contained in:
Mike Blumenkrantz 2015-11-10 20:23:50 -05:00
parent 568ee43e6f
commit a8e8bb1a15
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ _ds_show(E_Desk *desk, int dx, int dy)
{
E_Client *ec;
DS_Type use_type;
DS_Type *disabled_types = (DS_Type*)&ds_config->types;
Eina_Bool *disabled_types = (Eina_Bool*)&ds_config->types;
/* free existing mirror */
E_FREE_FUNC(dm_show, evas_object_del);