summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-12-27 23:01:25 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-12-27 23:01:25 +0000
commita884b4b81168df26b2e049ea765af92c393b850b (patch)
treea914dc95f7f311f36ab835631ea5eedb20acad3f /src/mesa/main/debug.c
parent4292e9c06b1c3f98738e5e76d606e06918b58073 (diff)
try and force a log message
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r--src/mesa/main/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c
index 83e3a8b86b..769517c5ef 100644
--- a/src/mesa/main/debug.c
+++ b/src/mesa/main/debug.c
@@ -1,6 +1,7 @@
#include "mtypes.h"
#include "debug.h"
+
void gl_print_state( const char *msg, GLuint state )
{
fprintf(stderr,