Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_popup.c 


Log Message:
Remove check for compositing available and just use whatever the user
selected. Not entirely safe nor correct tho.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_popup.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_popup.c   29 Dec 2007 22:02:10 -0000      1.17
+++ e_popup.c   29 Dec 2007 23:00:52 -0000      1.18
@@ -169,8 +169,7 @@
          pop->shaped = 1;
        else
          pop->shaped = 0;
-       /* check if user wanted composite AND that X can do it */
-       if ((e_config->use_composite) && (ecore_x_screen_is_composited(0)))
+       if (e_config->use_composite)
          {
             ecore_evas_alpha_set(pop->ecore_evas, pop->shaped);
             pop->evas_win = 
ecore_evas_software_x11_window_get(pop->ecore_evas);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to