diff options
author | Brian Paul <[email protected]> | 2000-01-18 17:36:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-01-18 17:36:16 +0000 |
commit | 5666c636936be761e7928566e82b5af2e95a11ce (patch) | |
tree | 4d0f56b1687dcd0ac4b0cc88563dff90d04c82a1 /src/mesa/main/context.c | |
parent | 187bce0724fe0606614df3de57c2dc2b65623545 (diff) |
renamed CURRENT_INPUT to _mesa_CurrentInput
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 5645026761f..82b8e0f0045 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 |