summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-18 17:36:16 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-18 17:36:16 +0000
commit5666c636936be761e7928566e82b5af2e95a11ce (patch)
tree4d0f56b1687dcd0ac4b0cc88563dff90d04c82a1 /src/mesa/main/context.c
parent187bce0724fe0606614df3de57c2dc2b65623545 (diff)
renamed CURRENT_INPUT to _mesa_CurrentInput
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r--src/mesa/main/context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 5645026761..82b8e0f004 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -1,4 +1,4 @@
-/* $Id: context.c,v 1.32 2000/01/17 20:00:15 brianp Exp $ */
+/* $Id: context.c,v 1.33 2000/01/18 17:36:16 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -85,7 +85,7 @@
#if !defined(THREADS)
-struct immediate *CURRENT_INPUT = NULL;
+struct immediate *_mesa_CurrentInput = NULL;
#endif