From: Patrick Guimond Date: Wed, 8 Nov 2006 22:29:43 +0000 (-0500) Subject: Changed valueparam arguments for attribute lists X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=015b2696afd0824590dd9952bd8ba61a9d5ab6e2;hp=854d08c8242e8fbe7b5a000b75ec6845419806c4;p=free-sw%2Fxcb%2Fproto Changed valueparam arguments for attribute lists For following request and replies, substitutes attribute list passing to a parameter list instead of valuemask/values Requests: - CreatePixmap - QueryContext - CreatePbuffer - ChangeDrawableAttributes - CreateWindow Reply: - GetDrawableAttributes --- diff --git a/src/glx.xml b/src/glx.xml index 4f4a822..e7ec59e 100644 --- a/src/glx.xml +++ b/src/glx.xml @@ -342,6 +342,12 @@ The patch that fixed this server bug in X.org CVS is here: + + + num_attribs + 2 + + @@ -365,9 +371,12 @@ The patch that fixed this server bug in X.org CVS is here: - + + + num_attributes + 2 + + @@ -388,9 +397,12 @@ The patch that fixed this server bug in X.org CVS is here: - + + + num_attribs + 2 + + @@ -403,18 +415,24 @@ The patch that fixed this server bug in X.org CVS is here: - + + + num_attribs + 2 + + - + + + num_attribs + 2 + + @@ -423,9 +441,12 @@ The patch that fixed this server bug in X.org CVS is here: - + + + num_attribs + 2 + +