diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-07-17 14:50:11 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-07-17 14:50:11 +0000 |
commit | c19cbb58cd2862393d67b62a5fc523b6fa1ac9a6 (patch) | |
tree | 46e79f545a67ad9c47d43685ec2092b21a6e1cda /include/GL | |
parent | 6dc85575000127630489b407c50a4b3ea87c9acb (diff) |
more DOS updates from Daniel Borca
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/fxmesa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/fxmesa.h b/include/GL/fxmesa.h index b197892398..7697c72007 100644 --- a/include/GL/fxmesa.h +++ b/include/GL/fxmesa.h @@ -51,6 +51,7 @@ extern "C" { #define FXMESA_DEPTH_SIZE 12 /* followed by an integer */ #define FXMESA_STENCIL_SIZE 13 /* followed by an integer */ #define FXMESA_ACCUM_SIZE 14 /* followed by an integer */ +#define FXMESA_COLORDEPTH 20 /* followed by an integer */ |