diff options
author | Colin Guthrie <gmane@colin.guthr.ie> | 2007-04-30 10:33:12 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-30 10:33:12 -0600 |
commit | 873ef75b1e8c94d39670c981c4d830ab8bcc018b (patch) | |
tree | d5d72ae99a640bd445c5b6863e089c48655d270f /hw/dmx/glxProxy | |
parent | 6b33459bf5aac23c3ecc7002d091c02f327d907a (diff) |
fix __glXErrorCallBack() proto
Diffstat (limited to 'hw/dmx/glxProxy')
-rw-r--r-- | hw/dmx/glxProxy/glxext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/glxProxy/glxext.h b/hw/dmx/glxProxy/glxext.h index 8572aa43a..011393732 100644 --- a/hw/dmx/glxProxy/glxext.h +++ b/hw/dmx/glxProxy/glxext.h @@ -67,7 +67,7 @@ extern void __glXFreeGLXPixmap( __GLXpixmap *pGlxPixmap ); extern void __glXNoSuchRenderOpcode(GLbyte*); extern int __glXNoSuchSingleOpcode(__GLXclientState*, GLbyte*); -extern void __glXErrorCallBack(__GLinterface *gc, GLenum code); +extern void __glXErrorCallBack(GLenum code); extern void __glXClearErrorOccured(void); extern GLboolean __glXErrorOccured(void); extern void __glXResetLargeCommandStatus(__GLXclientState*); |