diff options
Diffstat (limited to 'include/GL/glxint.h')
-rw-r--r-- | include/GL/glxint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glxint.h b/include/GL/glxint.h index 9da4910..44c9e9e 100644 --- a/include/GL/glxint.h +++ b/include/GL/glxint.h @@ -73,7 +73,7 @@ struct __GLXvisualConfigRec { ** we require 2 words across the wire. In order to maintain backwards ** compatibility, we need to send the total number of words that the ** VisualConfigs are sent back in so old libraries can simply "ignore" -** the new properties. +** the new properties. */ #define __GLX_TOTAL_CONFIG (__GLX_MIN_CONFIG_PROPS + \ 2 * __GLX_EXT_CONFIG_PROPS) @@ -98,7 +98,7 @@ struct __GLXFBConfigRec { int visualSelectGroup; /* visuals grouped by select priority */ - unsigned int id; + unsigned int id; GLboolean rgbMode; GLboolean colorIndexMode; |