projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17407de
)
removed printf's
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 5 Nov 1999 08:12:46 +0000
(08:12 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 5 Nov 1999 08:12:46 +0000
(08:12 +0000)
progs/xdemos/xfont.c
patch
|
blob
|
history
diff --git
a/progs/xdemos/xfont.c
b/progs/xdemos/xfont.c
index e38265b41bbdf2fa71d587b3190c6e12b79c0385..9b01bc483772e2f2aba11266ad2ff589738e46af 100644
(file)
--- a/
progs/xdemos/xfont.c
+++ b/
progs/xdemos/xfont.c
@@
-1,4
+1,4
@@
-/* $Id: xfont.c,v 1.
2 1999/11/05 08:00:49
brianp Exp $ */
+/* $Id: xfont.c,v 1.
3 1999/11/05 08:12:46
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-49,7
+49,6
@@
static GLuint FontBase = 0;
static void redraw( Display *dpy, Window w )
{
static const char *text = "This is glXUseXFont()";
- printf("Redraw event\n");
glClear( GL_COLOR_BUFFER_BIT );
@@
-74,7
+73,6
@@
static void redraw( Display *dpy, Window w )
static void resize( unsigned int width, unsigned int height )
{
- printf("Resize event\n");
glViewport( 0, 0, width, height );
glMatrixMode( GL_PROJECTION );
glLoadIdentity();