Keeping types consistent.

SVN revision: 56751
This commit is contained in:
Eric Schuele 2011-02-06 16:25:52 +00:00
parent 8f3090c7bc
commit 9e972367dd
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ struct _E_Border
unsigned int need_maximize : 1;
E_Maximize maximized;
unsigned int borderless : 1;
unsigned int offer_resistance : 1;
unsigned char offer_resistance : 1;
const char *bordername;
unsigned int lock_user_location : 1; /*DONE*/