summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-10-02 15:16:59 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-10-02 15:16:59 +0000
commit9ca83924848070d02a5ac2f0aa4e20444eec2183 (patch)
treec1379d31e2aab19bc05270a833fdd25783627641 /src/mesa/shader/program.h
parent07dead7a51f1c35f3b6185ffba2afc09e24f6cdb (diff)
fix LoadProgramNV regression when I had fixed the RefCount bug
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r--src/mesa/shader/program.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h
index fb99a79cf6..e8a667ddc6 100644
--- a/src/mesa/shader/program.h
+++ b/src/mesa/shader/program.h
@@ -52,6 +52,9 @@
#define SWIZZLE_ONE 5 /* keep these values together: KW */
+extern struct program _mesa_DummyProgram;
+
+
/*
* Internal functions
*/