diff options
author | Brian Paul <[email protected]> | 2003-08-28 16:57:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-08-28 16:57:01 +0000 |
commit | 760960028f189e3afcbfef1f877dbd5b86fd1ae4 (patch) | |
tree | d328ec20f2561c00199f6eb14a98edef0069f22e /src/glut/dos/glutint.h | |
parent | 9e94aaf6e377843194c4b9ab6e2e96f06aef88f2 (diff) |
Updates from Daniel Borca
Diffstat (limited to 'src/glut/dos/glutint.h')
-rw-r--r-- | src/glut/dos/glutint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/dos/glutint.h b/src/glut/dos/glutint.h index 013b307e941..23ab169d399 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 */ |