Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_popup.h e_popup.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/bin/e_popup.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_popup.h 27 Jun 2005 10:08:53 -0000 1.2 +++ e_popup.h 9 Oct 2005 14:01:57 -0000 1.3 @@ -39,7 +39,7 @@ EAPI void e_popup_move(E_Popup *pop, int x, int y); EAPI void e_popup_resize(E_Popup *pop, int w, int h); EAPI void e_popup_move_resize(E_Popup *pop, int x, int y, int w, int h); -EAPI void e_popup_(E_Popup *pop, int x, int y); +EAPI void e_popup_ignore_events_set(E_Popup *pop, int ignore); EAPI void e_popup_edje_bg_object_set(E_Popup *pop, Evas_Object *o); EAPI void e_popup_layer_set(E_Popup *pop, int layer); EAPI void e_popup_idler_before(void); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_popup.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- e_popup.c 3 Oct 2005 07:36:23 -0000 1.8 +++ e_popup.c 9 Oct 2005 14:01:57 -0000 1.9 @@ -147,6 +147,12 @@ } void +e_popup_ignore_events_set(E_Popup *pop, int ignore) +{ + ecore_evas_ignore_events_set(pop->ecore_evas, ignore); +} + +void e_popup_edje_bg_object_set(E_Popup *pop, Evas_Object *o) { const char *shape_option; ------------------------------------------------------- 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