mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 03:48:04 +02:00
Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. Removed $(SERVERSRC)/mi
from INCLUDES. Rearranged INCLUDES for better readability.
Removed mipointrst.h and miscstruct.h from #include since they are not used
anymore.
This commit is contained in:
parent
f63f4b768c
commit
922fd3a2e5
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
2004-08-13 Alexander Gottwald <ago@freedesktop.org>
|
||||||
|
|
||||||
|
* Imakefile: Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES.
|
||||||
|
Removed $(SERVERSRC)/mi from INCLUDES.
|
||||||
|
Rearranged INCLUDES for better readability.
|
||||||
|
* glwindows.h: Removed mipointrst.h and miscstruct.h from #include
|
||||||
|
since they are not used anymore.
|
||||||
|
|
||||||
2004-05-27 Alexander Gottwald <ago@freedesktop.org>
|
2004-05-27 Alexander Gottwald <ago@freedesktop.org>
|
||||||
|
|
||||||
* glwindows.h: write current function and line in debug output
|
* glwindows.h: write current function and line in debug output
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,6 @@
|
||||||
#include <glxserver.h>
|
#include <glxserver.h>
|
||||||
#include <glxext.h>
|
#include <glxext.h>
|
||||||
|
|
||||||
#include <mipointrst.h>
|
|
||||||
#include <miscstruct.h>
|
|
||||||
#include <windowstr.h>
|
#include <windowstr.h>
|
||||||
#include <resource.h>
|
#include <resource.h>
|
||||||
#include <GL/glxint.h>
|
#include <GL/glxint.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue