mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-10 11:50:30 +01:00
inserted a tab
This commit is contained in:
parent
9f9de170f2
commit
45cec8167d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue