Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_main.c 


Log Message:
Ignore events on the popup! A fine usage for the new ecore_evas function!

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -3 -r1.144 -r1.145
--- e_mod_main.c        7 Oct 2005 18:36:54 -0000       1.144
+++ e_mod_main.c        9 Oct 2005 14:01:57 -0000       1.145
@@ -1677,6 +1677,7 @@
             evas_object_move(pp->bg_object, 0, 0);
             evas_object_resize(pp->bg_object, w, h);
             e_popup_edje_bg_object_set(pp->popup, pp->bg_object);
+            e_popup_ignore_events_set(pp->popup, 1);
             e_popup_move_resize(pp->popup,
                                 pp->popup->zone->x + ((pp->popup->zone->w - w) 
/ 2),
                                 pp->popup->zone->y + ((pp->popup->zone->h - h) 
/ 2),




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

Reply via email to