Here's a large patch to finish a tiny leftover from the "events-frozen"
deal..
I've inlined the patch here as it's likely not worth attaching.

        Maybe now Dan will hate me a microscopic amount less for all my
complaining :)

        Jose.


*************************************************************************
***************
Index: e17/libs/evas/src/lib/canvas/evas_object_main.c
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_main.c,v
retrieving revision 1.35
diff -u -r1.35 evas_object_main.c
--- e17/libs/evas/src/lib/canvas/evas_object_main.c     22 Sep 2005 02:52:53
-0000   1.35
+++ e17/libs/evas/src/lib/canvas/evas_object_main.c     23 Sep 2005 10:54:39
-0000
@@ -470,7 +470,7 @@
    if (obj->layer->evas->events_frozen <= 0)
      {
        pass = evas_event_passes_through(obj);
-       if (pass)
+       if (!pass)
          was = evas_object_is_in_output_rect(obj,
                                              obj->layer->evas->pointer.x,
                                              obj->layer->evas->pointer.y, 1, 
1);

*************************************************************************
***************



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to