Re: [PATCH] Define server-supported protocol versions in one single file.

2009-09-21 Thread Rémi Cardona
Le 20/09/2009 14:22, Peter Hutterer a écrit : include/protocol-versions.h specifies each extension version as supported by the server and sent back on the wire to the client. This fixes up several issues with the server potentially reporting a higher version of the protocol if recompiled

Re: [PATCH] Define server-supported protocol versions in one single file.

2009-09-21 Thread Julien Cristau
On Sun, Sep 20, 2009 at 22:22:55 +1000, Peter Hutterer wrote: diff --git a/Xext/security.c b/Xext/security.c index 42eb9f0..b43e419 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -371,8 +371,8 @@ ProcSecurityQueryVersion( rep.type = X_Reply; rep.sequenceNumber

[PATCH] Define server-supported protocol versions in one single file.

2009-09-20 Thread Peter Hutterer
include/protocol-versions.h specifies each extension version as supported by the server and sent back on the wire to the client. This fixes up several issues with the server potentially reporting a higher version of the protocol if recompiled against a newer version of the protocol.