mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-25 03:50:50 +02:00
fix __glXErrorCallBack() proto
This commit is contained in:
parent
6b33459bf5
commit
873ef75b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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*);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue