From: Brian Paul Date: Mon, 27 Nov 2000 18:53:59 +0000 (+0000) Subject: minor changes to fix compiler warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=297dfa0fbf38a415d70caaab29d93dad585df1d2;p=mesa.git minor changes to fix compiler warnings --- diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index 4c844754880..9146966c212 100644 --- a/src/mesa/drivers/glide/fxdrv.h +++ b/src/mesa/drivers/glide/fxdrv.h @@ -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