cosmetic changes;
[mesa.git] / src / mesa / tnl / tnl.h
index 3be222a6e02d8eb20be262fbb4b370f3821d681a..d04310fb53e4c74936f02c582f27bb3b803188a4 100644 (file)
@@ -80,5 +80,8 @@ _tnl_isolate_materials( GLcontext *ctx, GLboolean flag );
 extern void
 _tnl_allow_vertex_fog( GLcontext *ctx, GLboolean value );
 
+extern void
+_tnl_allow_pixel_fog( GLcontext *ctx, GLboolean value );
+
 
 #endif