Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/engines/x11 Modified Files: ewl_engine_x11.c Log Message: - rename Ewl_Embed_Evas_Window to Ewl_Embed_Window (API break) - add ewl_window_transient_for_foreign() =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/engines/x11/ewl_engine_x11.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -3 -r1.40 -r1.41 --- ewl_engine_x11.c 6 Feb 2007 20:54:00 -0000 1.40 +++ ewl_engine_x11.c 7 Feb 2007 04:03:26 -0000 1.41 @@ -587,9 +587,12 @@ DCHECK_PARAM_PTR("win", win); DCHECK_TYPE("win", win, EWL_WINDOW_TYPE); - if (win->transient) + if (win->flags & EWL_WINDOW_TRANSIENT) ecore_x_icccm_transient_for_set((Ecore_X_Window)win->window, - (Ecore_X_Window)win->transient->window); + (Ecore_X_Window)win->transient.ewl->window); + else if (win->flags & EWL_WINDOW_TRANSIENT_FOREIGN) + ecore_x_icccm_transient_for_set((Ecore_X_Window)win->window, + (Ecore_X_Window)win->transient.foreign); else ecore_x_icccm_transient_for_unset((Ecore_X_Window)win->window); ------------------------------------------------------------------------- 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