use unsigned int for int values

SVN revision: 62867
This commit is contained in:
Mike Blumenkrantz 2011-08-26 17:40:14 +00:00
parent 03c043ca35
commit f9ab8e4ee8
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ struct _E_Config_Binding_Mouse
struct _E_Config_Binding_Key
{
int context;
int modifiers;
unsigned int modifiers;
const char *key;
const char *action;
const char *params;