Remove superfluous definition of tfp tokens.
This commit is contained in:
parent
fd8bde8bb0
commit
107defd920
|
@ -1,3 +1,7 @@
|
||||||
|
2006-05-29 Kristian Høgsberg <krh@redhat.com>
|
||||||
|
|
||||||
|
* GL/glx/glxcmds.c: Remove superfluous definition of tfp tokens.
|
||||||
|
|
||||||
2005-05-24 Daniel Stone <daniel@freedesktop.org>
|
2005-05-24 Daniel Stone <daniel@freedesktop.org>
|
||||||
|
|
||||||
* xkb/ddxKillSrv.c:
|
* xkb/ddxKillSrv.c:
|
||||||
|
|
|
@ -59,14 +59,6 @@
|
||||||
#include "dispatch.h"
|
#include "dispatch.h"
|
||||||
#include "indirect_dispatch.h"
|
#include "indirect_dispatch.h"
|
||||||
|
|
||||||
#ifndef GLX_TEXTURE_TARGET_EXT
|
|
||||||
#define GLX_TEXTURE_TARGET_EXT 0x6001
|
|
||||||
#define GLX_TEXTURE_2D_EXT 0x6002
|
|
||||||
#define GLX_TEXTURE_RECTANGLE_EXT 0x6003
|
|
||||||
#define GLX_NO_TEXTURE_EXT 0x6004
|
|
||||||
#define GLX_Y_INVERTED_EXT 0x6006
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue