summaryrefslogtreecommitdiff
path: root/include/GL/glx.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-14 13:52:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-14 13:52:27 +0000
commitcb4253a546ce65d22c277ba34acebb49f301b0be (patch)
tree2751124c6a6ac5f982f0f6c96591984ba772fcbd /include/GL/glx.h
parent2871f57bcfc0a630b00743d8e5262d3685a189f7 (diff)
added missing GLX_TRANSPARENT_RGB
Diffstat (limited to 'include/GL/glx.h')
-rw-r--r--include/GL/glx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index f0b479c279..4236ece75a 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,10 +1,10 @@
-/* $Id: glx.h,v 1.37 2002/10/08 22:47:53 brianp Exp $ */
+/* $Id: glx.h,v 1.38 2002/10/14 13:52:27 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 4.1
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -154,6 +154,7 @@ extern "C" {
#define GLX_STATIC_COLOR 0x8005
#define GLX_GRAY_SCALE 0x8006
#define GLX_STATIC_GRAY 0x8007
+#define GLX_TRANSPARENT_RGB 0x8008
#define GLX_TRANSPARENT_INDEX 0x8009
#define GLX_RGBA_TYPE 0x8014
#define GLX_COLOR_INDEX_TYPE 0x8015