diff options
-rw-r--r-- | src/mesa/drivers/glide/fxdrv.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |