Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/modal Modified Files: ewl_modal.c Log Message: API break for modal windows, change it to a flag rather than require a transient target. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/modal/ewl_modal.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_modal.c 4 Jan 2007 05:09:43 -0000 1.2 +++ ewl_modal.c 7 Feb 2007 23:29:23 -0000 1.3 @@ -87,5 +87,6 @@ Ewl_Embed *emb; emb = ewl_embed_widget_find(w); - ewl_window_modal_for(EWL_WINDOW(emb), EWL_WINDOW(data)); + ewl_window_transient_for(EWL_WINDOW(emb), EWL_WINDOW(data)); + ewl_window_modal_set(EWL_WINDOW(emb), TRUE); } ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs