summaryrefslogtreecommitdiff
path: root/src/glut/dos/glutint.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-08-28 16:57:01 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-08-28 16:57:01 +0000
commit760960028f189e3afcbfef1f877dbd5b86fd1ae4 (patch)
treed328ec20f2561c00199f6eb14a98edef0069f22e /src/glut/dos/glutint.h
parent9e94aaf6e377843194c4b9ab6e2e96f06aef88f2 (diff)
Updates from Daniel Borca
Diffstat (limited to 'src/glut/dos/glutint.h')
-rw-r--r--src/glut/dos/glutint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/dos/glutint.h b/src/glut/dos/glutint.h
index 013b307e94..23ab169d39 100644
--- a/src/glut/dos/glutint.h
+++ b/src/glut/dos/glutint.h
@@ -103,6 +103,7 @@ extern GLUTidleCB g_idle_func;
extern GLUTmenuStatusCB g_menu_status_func;
extern GLuint g_bpp; /* HW: bits per pixel */
+extern GLuint g_alpha; /* HW: alpha bits */
extern GLuint g_depth; /* HW: depth bits */
extern GLuint g_stencil; /* HW: stencil bits */
extern GLuint g_accum; /* HW: accum bits */