actually detect x...

SVN revision: 12396
This commit is contained in:
Carsten Haitzler 2004-12-07 12:38:55 +00:00
parent a81ffaded4
commit d229b9f061
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ _edje_mouse_down_cb(void *data, Evas * e, Evas_Object * obj, void *event_info)
ed = data;
rp = evas_object_data_get(obj, "real_part");
if (!rp) return;
#ifdef HAVE_ECORE_X_H
#ifdef _ECORE_X_H
if (ecore_event_current_type_get() == ECORE_X_EVENT_MOUSE_BUTTON_DOWN)
{
Ecore_X_Event_Mouse_Button_Down *evx;