summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fog.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-04-05 22:08:54 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-04-05 22:08:54 +0000
commitd708c74ed56c04f49f37bfac6e0a9e7c26617fc1 (patch)
treedbdfc497f4ca0255fb9fe931924eb838db46a6dd /src/mesa/main/fog.h
parentc69208451ee0d4db118518fb25b2a4aabd08c994 (diff)
downloadexternal_mesa3d-d708c74ed56c04f49f37bfac6e0a9e7c26617fc1.zip
external_mesa3d-d708c74ed56c04f49f37bfac6e0a9e7c26617fc1.tar.gz
external_mesa3d-d708c74ed56c04f49f37bfac6e0a9e7c26617fc1.tar.bz2
added extern for gl_fog_coord_stage
Diffstat (limited to 'src/mesa/main/fog.h')
-rw-r--r--src/mesa/main/fog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h
index 92a2bc5..bf781ff 100644
--- a/src/mesa/main/fog.h
+++ b/src/mesa/main/fog.h
@@ -1,4 +1,4 @@
-/* $Id: fog.h,v 1.3 2000/02/02 22:21:39 brianp Exp $ */
+/* $Id: fog.h,v 1.4 2000/04/05 22:08:54 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -32,6 +32,9 @@
#include "types.h"
+extern struct gl_pipeline_stage gl_fog_coord_stage;
+
+
extern void
_mesa_Fogf(GLenum pname, GLfloat param);