xserver: Branch 'server-1.3-branch'

Keith Packard keithp at kemper.freedesktop.org
Fri Feb 16 08:23:15 EET 2007


 randr/rrproperty.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree eabeede69308b2c7eb80d77021340b71c32564d2 (from 3eebfb0a99f679bc53b674f730f2895331fd8974)
Author: Keith Packard <keithp at guitar.keithp.com>
Date:   Thu Feb 15 22:23:16 2007 -0800

    RRConfigureOutputProperty is a variable length request.
    
    Replace REQUEST_SIZE_MATCH with REQUEST_AT_LEAST_SIZE

diff --git a/randr/rrproperty.c b/randr/rrproperty.c
index 03a1b5c..e020d5b 100644
--- a/randr/rrproperty.c
+++ b/randr/rrproperty.c
@@ -410,7 +410,7 @@ ProcRRConfigureOutputProperty (ClientPtr
     RROutputPtr				output;
     int					num_valid;
     
-    REQUEST_SIZE_MATCH(xRRConfigureOutputPropertyReq);
+    REQUEST_AT_LEAST_SIZE(xRRConfigureOutputPropertyReq);
 
     output = LookupOutput (client, stuff->output, SecurityReadAccess);
     



More information about the xorg-commit mailing list