]> git.pld-linux.org Git - packages/xorg-xserver-server.git/blob - xorg-xserver-server-glxproxy.patch
- typo
[packages/xorg-xserver-server.git] / xorg-xserver-server-glxproxy.patch
1 --- xorg-server-1.5.99.2/hw/dmx/glxProxy/glxutil.c~     2008-11-14 22:27:05.000000000 +0100
2 +++ xorg-server-1.5.99.2/hw/dmx/glxProxy/glxutil.c      2008-12-03 10:26:14.431540404 +0100
3 @@ -36,6 +36,11 @@
4  #include <windowstr.h>
5  #include "glxutil.h"
6  
7 +#undef Xmalloc
8 +#undef Xcalloc
9 +#undef Xrealloc
10 +#undef Xfree
11 +
12  /************************************************************************/
13  
14  void __glXNop(void) {}
15 --- xorg-server-1.5.99.2/hw/dmx/glxProxy/glxvisuals.c~  2008-11-14 22:27:05.000000000 +0100
16 +++ xorg-server-1.5.99.2/hw/dmx/glxProxy/glxvisuals.c   2008-12-03 10:26:28.231539217 +0100
17 @@ -38,6 +38,11 @@
18  #include "glxutil.h"
19  #include "dmx_glxvisuals.h"
20  
21 +#undef Xmalloc
22 +#undef Xcalloc
23 +#undef Xrealloc
24 +#undef Xfree
25 +
26  static int                 numConfigs     = 0;
27  static __GLXvisualConfig  *visualConfigs  = NULL;
28  static void              **visualPrivates = NULL;
This page took 0.126343 seconds and 3 git commands to generate.