inserted a tab
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 25 Feb 2000 20:36:03 +0000 (20:36 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 25 Feb 2000 20:36:03 +0000 (20:36 +0000)
src/mesa/drivers/x11/xmesaP.h

index f1f8f7f610b460f1e8f205a49178ffd3f02a1df4..537d7105e6e8d3757a7de42b4d9e8c60ea1eef11 100644 (file)
@@ -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