From 760960028f189e3afcbfef1f877dbd5b86fd1ae4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 28 Aug 2003 16:57:01 +0000 Subject: Updates from Daniel Borca --- src/glut/dos/glutint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glut/dos/glutint.h') 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 */ -- cgit v1.2.3