From abd6cf1bdd661f126af2a721cb3f467f3a6db9f7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 26 Feb 2016 08:14:28 +0100 Subject: rename original NX patches, so that we can see the patched file's name in the patch file name. --- doc/nx-X11_vs_XOrg69_patches/cursor.c.NX.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 doc/nx-X11_vs_XOrg69_patches/cursor.c.NX.patch (limited to 'doc/nx-X11_vs_XOrg69_patches/cursor.c.NX.patch') diff --git a/doc/nx-X11_vs_XOrg69_patches/cursor.c.NX.patch b/doc/nx-X11_vs_XOrg69_patches/cursor.c.NX.patch deleted file mode 100644 index faf242160..000000000 --- a/doc/nx-X11_vs_XOrg69_patches/cursor.c.NX.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ./nx-X11/programs/Xserver/xfixes/cursor.c.X.original 2015-02-13 14:03:44.792440567 +0100 -+++ ./nx-X11/programs/Xserver/xfixes/cursor.c 2015-02-10 19:13:13.508696968 +0100 -@@ -96,7 +96,8 @@ - CursorCurrent = pCursor; - for (e = cursorEvents; e; e = e->next) - { -- if (e->eventMask & XFixesDisplayCursorNotifyMask) -+ if ((e->eventMask & XFixesDisplayCursorNotifyMask) && -+ !e->pClient->clientGone) - { - xXFixesCursorNotifyEvent ev; - ev.type = XFixesEventBase + XFixesCursorNotify; -- cgit v1.2.3