diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2011-12-02 15:08:59 -0800 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2011-12-06 15:13:04 -0500 |
commit | d0b88e5119a93436ac6eb5b604e2743cd3c43a3c (patch) | |
tree | 827ad8d8d345eae8fad8c79848edad227f96dd48 | |
parent | 6a167ee4f24cd195d197e608b70f5a91ea3ec89f (diff) |
glx: Use FBCONFIG type for fbconfig parameter of CreateNewContext and CreatePixmap
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Peter Harris <pharris@opentext.com>
-rw-r--r-- | src/glx.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx.xml b/src/glx.xml index 53fa400..119a81f 100644 --- a/src/glx.xml +++ b/src/glx.xml @@ -348,7 +348,7 @@ The patch that fixed this server bug in X.org CVS is here: <request name="CreatePixmap" opcode="22"> <field type="CARD32" name="screen" /> - <field type="CARD32" name="fbconfig" /> + <field type="FBCONFIG" name="fbconfig" /> <field type="xproto:PIXMAP" name="pixmap" /> <field type="glx:PIXMAP" name="glx_pixmap" /> <field type="CARD32" name="num_attribs" /> @@ -366,7 +366,7 @@ The patch that fixed this server bug in X.org CVS is here: <request name="CreateNewContext" opcode="24"> <field type="glx:CONTEXT" name="context" /> - <field type="CARD32" name="fbconfig" /> + <field type="FBCONFIG" name="fbconfig" /> <field type="CARD32" name="screen" /> <field type="CARD32" name="render_type" /> <field type="glx:CONTEXT" name="share_list" /> |