From a4681227e8a7d8622b3d6995b6700e18e91067c6 Mon Sep 17 00:00:00 2001 From: Patrick Guimond Date: Wed, 8 Nov 2006 17:32:43 -0500 Subject: [PATCH] fixed screen parameter type in requests For the following requests, fixed the paramater type to be CARD32 instead of SCREEN structure Requests: - CreateNewContext - CreatePbuffer - CreateWindow --- src/glx.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/glx.xml b/src/glx.xml index e7ec59e..6181408 100644 --- a/src/glx.xml +++ b/src/glx.xml @@ -357,7 +357,7 @@ The patch that fixed this server bug in X.org CVS is here: - + @@ -393,7 +393,7 @@ The patch that fixed this server bug in X.org CVS is here: - + @@ -436,7 +436,7 @@ The patch that fixed this server bug in X.org CVS is here: - + -- 2.7.4