data passed in wrong order! fix.

SVN revision: 48964
This commit is contained in:
Carsten Haitzler 2010-05-18 06:59:59 +00:00
parent c08f0d5d97
commit cbebd8f00b
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ _ecore_event_call(void)
{
Ecore_Event *e = event_current;
if (!ef->func_filter(ef->loop_data, ef->data,
if (!ef->func_filter(ef->data, ef->loop_data,
e->type, e->event))
{
// printf("FILTER SAID TO DEL ev %p\n", e->event);