From 015b2696afd0824590dd9952bd8ba61a9d5ab6e2 Mon Sep 17 00:00:00 2001 From: Patrick Guimond Date: Wed, 8 Nov 2006 17:29:43 -0500 Subject: [PATCH] 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 --- src/glx.xml | 51 ++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 15 deletions(-) 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 + + -- 2.34.1