From df4fd765d5244cc09f18f6b0371909e7bf13be87 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 24 Apr 2001 16:12:48 +0000 Subject: reordered a few blend enums --- include/GL/gl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/GL') diff --git a/include/GL/gl.h b/include/GL/gl.h index 888d13d403..6b6fcf4295 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1,4 +1,4 @@ -/* $Id: gl.h,v 1.54 2001/03/26 20:02:38 brianp Exp $ */ +/* $Id: gl.h,v 1.55 2001/04/24 16:12:48 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -325,12 +325,12 @@ typedef double GLclampd; /* double precision float in [0,1] */ #define GL_ONE 0x1 #define GL_SRC_COLOR 0x0300 #define GL_ONE_MINUS_SRC_COLOR 0x0301 -#define GL_DST_COLOR 0x0306 -#define GL_ONE_MINUS_DST_COLOR 0x0307 #define GL_SRC_ALPHA 0x0302 #define GL_ONE_MINUS_SRC_ALPHA 0x0303 #define GL_DST_ALPHA 0x0304 #define GL_ONE_MINUS_DST_ALPHA 0x0305 +#define GL_DST_COLOR 0x0306 +#define GL_ONE_MINUS_DST_COLOR 0x0307 #define GL_SRC_ALPHA_SATURATE 0x0308 #define GL_CONSTANT_COLOR 0x8001 #define GL_ONE_MINUS_CONSTANT_COLOR 0x8002 -- cgit v1.2.3