elm_gesture_layer.c: fixed warnings.

This commit is contained in:
Daniel Juyung Seo 2013-06-27 10:43:45 +09:00
parent d9414a6d5d
commit 43abefe26f
1 changed files with 1 additions and 1 deletions

View File

@ -1617,7 +1617,7 @@ static Eina_Bool
_taps_rect_get(Eina_List *taps, int idx, Evas_Coord_Rectangle *r)
{ /* Build a rect bounding all taps at index idx */
Eina_List *l;
Evas_Coord bx, by;
Evas_Coord bx = 0, by = 0;
Eina_List *pe_list;
Eina_Bool was_init = EINA_FALSE;