From 6ae091cc27f90bd431e4d9564c760fa209f8efb8 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Thu, 3 Aug 2017 09:41:21 +0200 Subject: debian/patches: refresh all patches. Removes some fuzziness and adds the -p diff option to show the C function name in hunk headers. --- debian/patches/0106_nxagent_utf8-copy-clipboard.full.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/patches/0106_nxagent_utf8-copy-clipboard.full.patch') diff --git a/debian/patches/0106_nxagent_utf8-copy-clipboard.full.patch b/debian/patches/0106_nxagent_utf8-copy-clipboard.full.patch index 9c0a047d6..804815047 100644 --- a/debian/patches/0106_nxagent_utf8-copy-clipboard.full.patch +++ b/debian/patches/0106_nxagent_utf8-copy-clipboard.full.patch @@ -7,7 +7,7 @@ Author: Mike Gabriel Last-Update: 2011-12-31 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c -@@ -166,7 +166,9 @@ +@@ -166,7 +166,9 @@ Bool nxagentValidServerTargets(Atom targ if (target == XA_STRING) return True; if (target == serverTEXT) return True; @@ -18,7 +18,7 @@ Last-Update: 2011-12-31 return False; } -@@ -402,7 +404,12 @@ +@@ -402,7 +404,12 @@ FIXME: Do we need this? lastServerProperty = X->xselectionrequest.property; lastServerRequestor = X->xselectionrequest.requestor; lastServerTarget = X->xselectionrequest.target; @@ -32,7 +32,7 @@ Last-Update: 2011-12-31 x.u.u.type = SelectionRequest; x.u.selectionRequest.time = GetTimeInMillis(); -@@ -424,11 +431,12 @@ +@@ -424,11 +431,12 @@ FIXME: Do we need this? x.u.selectionRequest.selection = CurrentSelections[i].selection; -- cgit v1.2.3