proto/randrproto: Branch 'gsr-current'

Adam Jackson ajax at kemper.freedesktop.org
Mon Nov 24 13:20:47 PST 2008


 randr.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0d334c880396b9ef67ed899ad228cc693aad6a28
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Nov 24 16:19:43 2008 -0500

    Fix RRNumberRequests

diff --git a/randr.h b/randr.h
index c7794fc..74a780c 100644
--- a/randr.h
+++ b/randr.h
@@ -44,7 +44,7 @@ typedef unsigned long	XRandrModeFlags;
 
 #define RRNumberErrors		3
 #define RRNumberEvents		2
-#define RRNumberRequests	25
+#define RRNumberRequests	26
 
 #define X_RRQueryVersion	0
 /* we skip 1 to make old clients fail pretty immediately */


More information about the xorg-commit mailing list