elm_interface_scrollable.c: use correct structure for mouse up.

Actually Evas_Event_Mouse_Up and Evas_Event_Mouse_Down are same though :)
Being pedantic.
This commit is contained in:
Daniel Juyung Seo 2013-12-02 23:54:46 +09:00
parent 235fb48f08
commit a754a91961
1 changed files with 1 additions and 1 deletions

View 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;