<br><div class="gmail_quote">2009/8/28 Michel Dänzer <span dir="ltr"><<a href="mailto:michel@daenzer.net">michel@daenzer.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Fri, 2009-08-28 at 17:06 +0300, Pauli Nieminen wrote:<br>
> ---<br>
> src/radeon_dri2.c | 22 ++++++++++++++--------<br>
> 1 files changed, 14 insertions(+), 8 deletions(-)<br>
><br>
> diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c<br>
> index 613fde8..051cc78 100644<br>
> --- a/src/radeon_dri2.c<br>
> +++ b/src/radeon_dri2.c<br>
> @@ -46,6 +46,12 @@<br>
> #define USE_DRI2_1_1_0<br>
> #endif<br>
><br>
> +#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,6,99,0, 0)<br>
> +typedef DRI2BufferPtr BufferPtr;<br>
> +#else<br>
> +typedef DRI2Buffer2Ptr BufferPtr;<br>
> +#endif<br>
<br>
</div>Will this work with xserver 1.6.1 and older? Not sure it matters, just<br>
so we're clear.<br>
<font color="#888888"></font></blockquote><div><br>I don't know. Is there simple workaround? If not we should only support 1.6.2 and above in ddx master. If we decide not to support older xserver in master then I can look atadding configure check for xserver version.<br>
</div></div>