fix 64bit complaint for elm cnp (harmless other than warning noise).

This commit is contained in:
Carsten Haitzler 2013-02-24 12:11:24 +09:00
parent 9b2c6ab91f
commit c2082c1973
1 changed files with 1 additions and 1 deletions

View File

@ -1452,7 +1452,7 @@ _x11_dnd_status(void *data __UNUSED__, int etype __UNUSED__, void *ev)
static Eina_Bool
_x11_drag_mouse_up(void *data, int etype __UNUSED__, void *event)
{
Ecore_X_Window xwin = (Ecore_X_Window)data;
Ecore_X_Window xwin = (Ecore_X_Window)(long)data;
Ecore_Event_Mouse_Button *ev = event;
if ((ev->buttons == 1) &&