summaryrefslogtreecommitdiff
path: root/x11/libX11
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2007-06-22 02:55:16 +0000
committerNate Lawson <njl@FreeBSD.org>2007-06-22 02:55:16 +0000
commit751d2737b6e5851b120216380bcc14c6e4fb50f3 (patch)
treef92ea39bd1bee19d00e089c07017fc96dd0dbedc /x11/libX11
parent- Update to 5.2. (diff)
Add a temporary patch for an argument ordering bug introduced during a
code cleanup. This bug caused gimp to crash when clicking/dragging. I'll let the maintainers fix this however they want to, meanwhile this patch is critical to usability. Discussion: http://lists.freebsd.org/pipermail/freebsd-x11/2007-June/004649.html Bug id: 11222
Notes
Notes: svn path=/head/; revision=194028
Diffstat (limited to 'x11/libX11')
-rw-r--r--x11/libX11/files/patch-src::GetMoEv.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/libX11/files/patch-src::GetMoEv.c b/x11/libX11/files/patch-src::GetMoEv.c
new file mode 100644
index 000000000000..9dd8ff744acc
--- /dev/null
+++ b/x11/libX11/files/patch-src::GetMoEv.c
@@ -0,0 +1,13 @@
+--- src/GetMoEv.c.orig Thu Jun 21 19:45:32 2007
++++ src/GetMoEv.c Thu Jun 21 19:45:45 2007
+@@ -33,9 +33,9 @@
+
+ XTimeCoord *XGetMotionEvents(
+ register Display *dpy,
++ Window w,
+ Time start,
+ Time stop,
+- Window w,
+ int *nEvents) /* RETURN */
+ {
+ xGetMotionEventsReply rep;