André Hentschel <n...@dawncrow.de> writes:

> @@ -29,8 +29,7 @@
>  
>  #ifdef HAVE_X11_EXTENSIONS_XF86VMODE_H
>  #include <X11/extensions/xf86vmode.h>
> -#endif
> -#ifdef HAVE_X11_EXTENSIONS_XF86VMPROTO_H
> +#elif defined (HAVE_X11_EXTENSIONS_XF86VMPROTO_H)
>  #include <X11/extensions/xf86vmproto.h>
>  #endif

This doesn't make sense, all it will most likely achieve is to disable
the gamma support.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to