From 1a92bfa85136a4d1c2add181b9ba3afa35a06c6b 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 --- xcb-proto/src/extensions/glx.xml | 51 ++++++++++++++++++++++++++----------- 1 files changed, 36 insertions(+), 15 deletions(-) diff --git a/xcb-proto/src/extensions/glx.xml b/xcb-proto/src/extensions/glx.xml index ba5c253..9c53f80 100644 --- a/xcb-proto/src/extensions/glx.xml +++ b/xcb-proto/src/extensions/glx.xml @@ -339,6 +339,12 @@ The patch that fixed this server bug in + + + num_attribs + 2 + + @@ -362,9 +368,12 @@ The patch that fixed this server bug in - + + + num_attributes + 2 + + @@ -385,9 +394,12 @@ The patch that fixed this server bug in - + + + num_attribs + 2 + + @@ -400,18 +412,24 @@ The patch that fixed this server bug in - + + + num_attribs + 2 + + - + + + num_attribs + 2 + + @@ -420,9 +438,12 @@ The patch that fixed this server bug in - + + + num_attribs + 2 + + -- 1.4.3.4