]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Dec 2008 10:03:58 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-xserver-server-Xi.patch -> 1.1
    xorg-xserver-server-glxproxy.patch -> 1.1

xorg-xserver-server-Xi.patch [new file with mode: 0644]
xorg-xserver-server-glxproxy.patch [new file with mode: 0644]

diff --git a/xorg-xserver-server-Xi.patch b/xorg-xserver-server-Xi.patch
new file mode 100644 (file)
index 0000000..1780233
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/hw/dmx/input/dmxinputinit.c b/hw/dmx/input/dmxinputinit.c
+index da1e731..1adfb41 100644
+--- a/hw/dmx/input/dmxinputinit.c
++++ b/hw/dmx/input/dmxinputinit.c
+@@ -865,7 +865,7 @@ static void dmxInputScanForExtensions(DMXInputInfo *dmxInput, int doXI)
+     
+     /* Print out information about the XInput Extension. */
+     handler = XSetExtensionErrorHandler(dmxInputExtensionErrorHandler);
+-    ext     = XQueryInputVersion(display, XI_2_Major, XI_2_Minor);
++    ext     = XGetExtensionVersion(display, INAME);
+     XSetExtensionErrorHandler(handler);
+     
+     if (!ext || ext == (XExtensionVersion *)NoSuchExtension) {
diff --git a/xorg-xserver-server-glxproxy.patch b/xorg-xserver-server-glxproxy.patch
new file mode 100644 (file)
index 0000000..7260003
--- /dev/null
@@ -0,0 +1,28 @@
+--- xorg-server-1.5.99.2/hw/dmx/glxProxy/glxutil.c~    2008-11-14 22:27:05.000000000 +0100
++++ xorg-server-1.5.99.2/hw/dmx/glxProxy/glxutil.c     2008-12-03 10:26:14.431540404 +0100
+@@ -36,6 +36,11 @@
+ #include <windowstr.h>
+ #include "glxutil.h"
++#undef Xmalloc
++#undef Xcalloc
++#undef Xrealloc
++#undef Xfree
++
+ /************************************************************************/
+ void __glXNop(void) {}
+--- xorg-server-1.5.99.2/hw/dmx/glxProxy/glxvisuals.c~ 2008-11-14 22:27:05.000000000 +0100
++++ xorg-server-1.5.99.2/hw/dmx/glxProxy/glxvisuals.c  2008-12-03 10:26:28.231539217 +0100
+@@ -38,6 +38,11 @@
+ #include "glxutil.h"
+ #include "dmx_glxvisuals.h"
++#undef Xmalloc
++#undef Xcalloc
++#undef Xrealloc
++#undef Xfree
++
+ static int                 numConfigs     = 0;
+ static __GLXvisualConfig  *visualConfigs  = NULL;
+ static void              **visualPrivates = NULL;
This page took 0.131735 seconds and 4 git commands to generate.