Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 7b28d105797d7a6dbf17d30e8a014895 > files > 14

x11-server-xgl-0.0.1-0.20070917.2.3mdv2008.0.src.rpm

--- xgl/randr/randr.c.orig	2007-10-03 17:07:08.000000000 -0300
+++ xgl/randr/randr.c	2007-10-03 17:07:19.000000000 -0300
@@ -473,8 +473,8 @@ ProcRRQueryVersion (ClientPtr client)
     rep.type = X_Reply;
     rep.length = 0;
     rep.sequenceNumber = client->sequence;
-    rep.majorVersion = RANDR_MAJOR;
-    rep.minorVersion = RANDR_MINOR;
+    rep.majorVersion = 1;
+    rep.minorVersion = 1;
     if (client->swapped) {
     	swaps(&rep.sequenceNumber, n);
     	swapl(&rep.length, n);