minor changes to fix compiler warnings
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Nov 2000 18:53:59 +0000 (18:53 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Nov 2000 18:53:59 +0000 (18:53 +0000)
src/mesa/drivers/glide/fxdrv.h

index 4c84475488004d959e66c94bcc3d2d57648da14c..9146966c212b200a085f6c33f9177839195e1eae 100644 (file)
@@ -624,5 +624,6 @@ extern void fxInitPixelTables(fxMesaContext fxMesa, GLboolean bgrOrder);
 
 extern void fxDDCheckVtxfmt( GLcontext *ctx );
 extern void fx_update_lighting( GLcontext *ctx );
+extern void fxDDInitVtxfmt( GLcontext *ctx );
 
 #endif