Enlightenment CVS committal
Author : dj2
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/lib
Modified Files:
ewl_window.c
Log Message:
- add a gui test for the borderless flipping
- looks like we need to unrealize/realize the window for the setting to change.
currently this causes an error from evas (so, don't try to flip your borderless
settings at the moment, you'll need to set it before the ewl_widget_show of the
window):
EVAS: compat error. viewport x,y != 0,0 not supported
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_window.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- ewl_window.c 20 Mar 2008 02:45:47 -0000 1.90
+++ ewl_window.c 20 Mar 2008 03:05:35 -0000 1.91
@@ -261,6 +261,8 @@
else win->flags &= ~EWL_WINDOW_BORDERLESS;
ewl_engine_window_borderless_set(win);
+ ewl_widget_unrealize(EWL_WIDGET(win));
+ ewl_widget_realize(EWL_WIDGET(win));
DLEAVE_FUNCTION(DLEVEL_STABLE);
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs