mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +02:00
added missing GLX_TRANSPARENT_RGB
This commit is contained in:
parent
2871f57bcf
commit
cb4253a546
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
* Mesa 3-D graphics library
|
||||||
* Version: 4.1
|
* 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
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
|
|
@ -154,6 +154,7 @@ extern "C" {
|
||||||
#define GLX_STATIC_COLOR 0x8005
|
#define GLX_STATIC_COLOR 0x8005
|
||||||
#define GLX_GRAY_SCALE 0x8006
|
#define GLX_GRAY_SCALE 0x8006
|
||||||
#define GLX_STATIC_GRAY 0x8007
|
#define GLX_STATIC_GRAY 0x8007
|
||||||
|
#define GLX_TRANSPARENT_RGB 0x8008
|
||||||
#define GLX_TRANSPARENT_INDEX 0x8009
|
#define GLX_TRANSPARENT_INDEX 0x8009
|
||||||
#define GLX_RGBA_TYPE 0x8014
|
#define GLX_RGBA_TYPE 0x8014
|
||||||
#define GLX_COLOR_INDEX_TYPE 0x8015
|
#define GLX_COLOR_INDEX_TYPE 0x8015
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue