diff options
Diffstat (limited to 'debian/patches/0206_nxagent_clipboard-as-nxoption.full.patch')
-rw-r--r-- | debian/patches/0206_nxagent_clipboard-as-nxoption.full.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0206_nxagent_clipboard-as-nxoption.full.patch b/debian/patches/0206_nxagent_clipboard-as-nxoption.full.patch index 12b51dc0e..2ee6ccabe 100644 --- a/debian/patches/0206_nxagent_clipboard-as-nxoption.full.patch +++ b/debian/patches/0206_nxagent_clipboard-as-nxoption.full.patch @@ -3,7 +3,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> --- a/nx-X11/programs/Xserver/hw/nxagent/Args.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c -@@ -984,7 +984,7 @@ +@@ -984,7 +984,7 @@ int ddxProcessArgument(int argc, char *a if (!strcmp(argv[i], "-clipboard")) { @@ -12,7 +12,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> { nxagentChangeOption(Clipboard, ClipboardBoth); } -@@ -996,7 +996,7 @@ +@@ -996,7 +996,7 @@ int ddxProcessArgument(int argc, char *a { nxagentChangeOption(Clipboard, ClipboardServer); } @@ -21,7 +21,7 @@ Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> { nxagentChangeOption(Clipboard, ClipboardNone); } -@@ -1255,6 +1255,29 @@ +@@ -1255,6 +1255,29 @@ static void nxagentParseOptions(char *na return; } |