From a884b4b81168df26b2e049ea765af92c393b850b Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 27 Dec 2000 23:01:25 +0000 Subject: [PATCH] try and force a log message --- src/mesa/main/debug.c | 1 + src/mesa/main/dlist.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index 83e3a8b86b9..769517c5eff 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, diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 5d562d55cd9..c7848dfc750 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.59 2000/12/27 22:59:46 keithw Exp $ */ +/* $Id: dlist.c,v 1.60 2000/12/27 23:01:25 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -4811,6 +4811,7 @@ _mesa_EndList( void ) ctx->CurrentDispatch = ctx->Exec; _glapi_set_dispatch( ctx->CurrentDispatch ); + } -- 2.30.2