diff options
Diffstat (limited to 'x11-libs/libX11/files/libX11-1.1.2-XGetMotionEvents-order-fix.patch')
-rw-r--r-- | x11-libs/libX11/files/libX11-1.1.2-XGetMotionEvents-order-fix.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-libs/libX11/files/libX11-1.1.2-XGetMotionEvents-order-fix.patch b/x11-libs/libX11/files/libX11-1.1.2-XGetMotionEvents-order-fix.patch deleted file mode 100644 index 75e886384f17..000000000000 --- a/x11-libs/libX11/files/libX11-1.1.2-XGetMotionEvents-order-fix.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/GetMoEv.c b/src/GetMoEv.c -index 2aa6c1a..dac1bfc 100644 ---- a/src/GetMoEv.c -+++ b/src/GetMoEv.c -@@ -33,9 +33,9 @@ in this Software without prior written authorization from The Open Group. - - XTimeCoord *XGetMotionEvents( - register Display *dpy, -+ Window w, - Time start, - Time stop, -- Window w, - int *nEvents) /* RETURN */ - { - xGetMotionEventsReply rep; |