From: Brian Paul Date: Fri, 25 Feb 2000 20:36:03 +0000 (+0000) Subject: inserted a tab X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45cec8167dfcfda1991f293e39912f2fdab8280f;p=mesa.git inserted a tab --- diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h index f1f8f7f610b..537d7105e6e 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