specify that E_Desk string members are stringshared

This commit is contained in:
Mike Blumenkrantz 2014-02-06 12:39:09 -05:00
parent 793b6ff319
commit 7b5257530a
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ struct _E_Desk
E_Object e_obj_inherit;
E_Zone *zone;
const char *name;
const char *window_profile;
Eina_Stringshare *name;
Eina_Stringshare *window_profile;
int x, y;
unsigned char visible : 1;
unsigned int deskshow_toggle : 1;