diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-23 18:00:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-23 18:00:00 +0000 |
commit | 199972cef06476d308c62c9b21f1ccffeb72cdb6 (patch) | |
tree | 4707f5718576189190d183318172333f441c39cc /include/GL/gl.h | |
parent | f2f33507748260fe766742a0ed8b02c49d548bd8 (diff) |
move #define for GL_DOUBLE, to put enums in right order
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r-- | include/GL/gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 9bab8c51e2..60669aaf62 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -165,10 +165,10 @@ typedef double GLclampd; /* double precision float in [0,1] */ #define GL_INT 0x1404 #define GL_UNSIGNED_INT 0x1405 #define GL_FLOAT 0x1406 -#define GL_DOUBLE 0x140A #define GL_2_BYTES 0x1407 #define GL_3_BYTES 0x1408 #define GL_4_BYTES 0x1409 +#define GL_DOUBLE 0x140A /* Primitives */ #define GL_POINTS 0x0000 |