Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_window.c 


Log Message:
Enclose all X specific calls inside of the ifdef.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_window.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_window.c        25 Apr 2005 05:44:19 -0000      1.5
+++ ewl_window.c        25 Apr 2005 20:06:36 -0000      1.6
@@ -356,10 +356,10 @@
                                            EWL_CALLBACK_REALIZE,
                                            ewl_window_realize_transient_cb,
                                            win);
-#endif
        }
        else if (REALIZED(win)) {
                ecore_x_icccm_transient_for_unset((Ecore_X_Window)win->window);
+#endif
        }
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to