fix bitfield.

SVN revision: 49256
This commit is contained in:
Gustavo Sverzut Barbieri 2010-05-28 20:49:01 +00:00
parent b2de5ef2ef
commit 1a818e8ac8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ struct _E_Desk
E_Zone *zone;
const char *name;
int x, y;
char visible : 1;
unsigned char visible : 1;
unsigned int deskshow_toggle : 1;
int fullscreen_borders;