Enlightenment CVS committal Author : tilman Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: ecore_evas_x.c Log Message: Ecore now checks whether the composite extension is available before trying to open an ARGB window. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v retrieving revision 1.113 retrieving revision 1.114 diff -u -3 -r1.113 -r1.114 --- ecore_evas_x.c 3 Oct 2007 06:31:05 -0000 1.113 +++ ecore_evas_x.c 6 Oct 2007 08:37:32 -0000 1.114 @@ -1858,6 +1858,8 @@ if (!einfo) return; + if (!ecore_x_composite_query()) return; + ee->shaped = 0; ee->alpha = alpha; ecore_x_window_del(ee->engine.x.win); @@ -1925,6 +1927,7 @@ # endif /* HAVE_ECORE_X_XCB */ if (!einfo) return; + if (!ecore_x_composite_query()) return; ee->shaped = 0; ee->alpha = alpha; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs