Enlightenment CVS committal Author : lordchaos Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_menu.c Log Message: * Get rid of override for the moment - yes, the window jumps around when it appears, but at least the menus move properly this way. This, of course, needs some work to figure out why it doesn't work with override - but I'm sick of complaints for now. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_menu.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- ewl_menu.c 24 Nov 2005 08:46:50 -0000 1.16 +++ ewl_menu.c 30 Nov 2005 09:02:34 -0000 1.17 @@ -64,7 +64,7 @@ ewl_window_pointer_grab_set(EWL_WINDOW(menu->base.popup), TRUE); /*Turn this off until we can figure out why this stops windows being moved*/ - ewl_window_override_set(EWL_WINDOW(menu->base.popup), TRUE); + /*ewl_window_override_set(EWL_WINDOW(menu->base.popup), TRUE); */ ewl_window_borderless_set(EWL_WINDOW(menu->base.popup)); ewl_widget_internal_set(menu->base.popup, TRUE); ewl_widget_appearance_set(EWL_WIDGET(menu->base.popup), "menu"); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs