> - if ((e_config->use_composite) && (ecore_x_composite_query())) > + if ((e_config->use_composite) && (ecore_x_screen_is_composited(0)))
ecore_x_screen_is_composited does not check if the X server supports the composite extension. Use ecore_x_composite_query as you did in your previous commit. If you want to use the composite extension in a specific screen, then you indeed must also use ecore_x_screen_is_composited with that screen number. Vincent ------------------------------------------------------------------------- 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-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel