> ===================================================================
> RCS file: 
> /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
> retrieving revision 1.59
> retrieving revision 1.60
> diff -u -3 -r1.59 -r1.60
> --- ecore_evas_x.c    4 Oct 2005 18:19:16 -0000       1.59
> +++ ecore_evas_x.c    8 Oct 2005 12:41:59 -0000       1.60
> @@ -333,7 +333,7 @@
>
>     e = event;
>     ee = _ecore_evas_x_match(e->win);
> -   if (!ee) return 1; /* pass on event */
> +   if ((!ee) || (ee->ignore_events)) return 1; /* pass on event */
>     _ecore_evas_x_modifier_locks_update(ee, e->modifiers);
>     evas_event_feed_key_down(ee->evas, e->keyname, e->keysymbol, 
> e->key_compose, NULL, e->time, NULL);
>     return 1;

there are other similar tests that have not been changed. i think that we
should also test ee->ignore_events on these. Am I wrong ?

Vincent


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to