|
From: <ba...@us...> - 2006-09-18 00:31:13
|
Revision: 372
http://svn.sourceforge.net/cadcdev/?rev=372&view=rev
Author: bardtx
Date: 2006-09-17 17:31:09 -0700 (Sun, 17 Sep 2006)
Log Message:
-----------
kos-ports: Add GL_FRONT_AND_BACK constant
Modified Paths:
--------------
kos-ports/include/GL/gl.h
Modified: kos-ports/include/GL/gl.h
===================================================================
--- kos-ports/include/GL/gl.h 2006-09-18 00:29:43 UTC (rev 371)
+++ kos-ports/include/GL/gl.h 2006-09-18 00:31:09 UTC (rev 372)
@@ -102,6 +102,7 @@
#define GL_CULL_FACE 0x0B44
#define GL_FRONT 0x0404
#define GL_BACK 0x0405
+#define GL_FRONT_AND_BACK 0x0408
/* Scissor box */
#define GL_SCISSOR_TEST 0x0008 /* capability bit */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|