elm_gesture_layer.c: fixed warnings.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 27 Jun 2013 01:43:45 +0000 (10:43 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 27 Jun 2013 01:43:45 +0000 (10:43 +0900)
src/lib/elm_gesture_layer.c

index dc12184..585ccb0 100644 (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;