elm_interface_scrollable.c: use correct structure for mouse up.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Mon, 2 Dec 2013 14:54:46 +0000 (23:54 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Mon, 2 Dec 2013 14:55:27 +0000 (23:55 +0900)
Actually Evas_Event_Mouse_Up and Evas_Event_Mouse_Down are same though :)
Being pedantic.

legacy/elementary/src/lib/elm_interface_scrollable.c

index 9e22048..98a4979 100644 (file)
@@ -2348,7 +2348,7 @@ _elm_scroll_mouse_up_event_cb(void *data,
 {
    Elm_Scrollable_Smart_Interface_Data *sid = data;
    Evas_Coord x = 0, y = 0, ox = 0, oy = 0;
-   Evas_Event_Mouse_Down *ev;
+   Evas_Event_Mouse_Up *ev;
 
    if (!sid->pan_obj) return;