Initialize some variables to remove compiler warnings.

SVN revision: 31471
This commit is contained in:
Christopher Michael 2007-08-23 10:12:03 +00:00
parent e0924b6224
commit dddbaba999
1 changed files with 3 additions and 3 deletions

View File

@ -1006,10 +1006,10 @@ _grab_key_down_cb(void *data, int type, void *event)
;
else
{
E_Config_Binding_Key *bi, *bi2;
Evas_List *l;
E_Config_Binding_Key *bi = NULL, *bi2 = NULL;
Evas_List *l = NULL;
int mod = E_BINDING_MODIFIER_NONE;
int found, n;
int found = 0, n;
if (ev->modifiers & ECORE_X_MODIFIER_SHIFT)
mod |= E_BINDING_MODIFIER_SHIFT;