summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxdrv.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>1999-10-08 11:07:54 +0000
committerKeith Whitwell <keith@tungstengraphics.com>1999-10-08 11:07:54 +0000
commitf8b3fc54540b76c491cee6624c48ca935b07c4b0 (patch)
tree5a533af34d2ab893ac6132b159e0f1bea963d563 /src/mesa/drivers/glide/fxdrv.h
parent485f04074151686fa24d40e3eeb83029d3d8c425 (diff)
fixed voodoo initialization
Diffstat (limited to 'src/mesa/drivers/glide/fxdrv.h')
-rw-r--r--src/mesa/drivers/glide/fxdrv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h
index 3559ad9a05..f5ef576338 100644
--- a/src/mesa/drivers/glide/fxdrv.h
+++ b/src/mesa/drivers/glide/fxdrv.h
@@ -618,7 +618,6 @@ extern void fxPrintHintState( const char *msg, GLuint state );
extern void fxDDDoRenderVB( struct vertex_buffer *VB );
-extern int fxDDInitFxMesaContext( fxMesaContext fxMesa,
- int win, int res, int ref, int aux );
+extern int fxDDInitFxMesaContext( fxMesaContext fxMesa );
#endif