On Dec 30, 2007 2:55 AM, Vincent Torri <[EMAIL PROTECTED]> wrote:
>
> > -     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.
>

Is this stuff properly documented? We really should make it a
requirement to not let any new code / changes into CVS without the
proper documentation.

-- 
Hisham Mardam Bey
http://hisham.cc/
+1-514-713-9312
Codito Ergo Sum (I Code Therefore I Am)

-------------------------------------------------------------------------
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

Reply via email to