summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/drivers/x11/xmesaP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h
index f1f8f7f610..537d7105e6 100644
--- a/src/mesa/drivers/x11/xmesaP.h
+++ b/src/mesa/drivers/x11/xmesaP.h
@@ -1,4 +1,4 @@
-/* $Id: xmesaP.h,v 1.7 2000/02/22 17:14:02 brianp Exp $ */
+/* $Id: xmesaP.h,v 1.8 2000/02/25 20:36:03 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -78,7 +78,7 @@ struct xmesa_visual {
GLvisual *gl_visual; /* Device independent visual parameters */
XMesaDisplay *display; /* The X11 display */
#ifdef XFree86Server
- GLint screen_depth; /* The depth of the screen */
+ GLint screen_depth; /* The depth of the screen */
#else
XVisualInfo *vishandle; /* The pointer returned by glXChooseVisual */
#endif