aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/105_nxagent_export-remote-keyboard-config.patch
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-29 10:25:45 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-12-29 10:25:45 +0100
commit9f226601ff68e75b2baa68bbf08da369c62527e1 (patch)
tree9c118d351e3640728f7d15724a7ae62d698b444b /debian/patches/105_nxagent_export-remote-keyboard-config.patch
parent4cffd99f2288646aa8b48752ae307db4bfa9d1fd (diff)
downloadnx-libs-9f226601ff68e75b2baa68bbf08da369c62527e1.tar.gz
nx-libs-9f226601ff68e75b2baa68bbf08da369c62527e1.tar.bz2
nx-libs-9f226601ff68e75b2baa68bbf08da369c62527e1.zip
Adapt path names in FreeNX patches to meet requirements for source tree of this package.
Diffstat (limited to 'debian/patches/105_nxagent_export-remote-keyboard-config.patch')
-rw-r--r--debian/patches/105_nxagent_export-remote-keyboard-config.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/patches/105_nxagent_export-remote-keyboard-config.patch b/debian/patches/105_nxagent_export-remote-keyboard-config.patch
index efd6e5353..9ee4fc2f4 100644
--- a/debian/patches/105_nxagent_export-remote-keyboard-config.patch
+++ b/debian/patches/105_nxagent_export-remote-keyboard-config.patch
@@ -4,8 +4,8 @@
## All lines beginning with `## DP:' are a description of the patch.
## DP: Export the client keyboard configurations to a file
---- a/nxagent/programs/Xserver/hw/nxagent/Error.c
-+++ b/nxagent/programs/Xserver/hw/nxagent/Error.c
+--- a/nx-X11/programs/Xserver/hw/nxagent/Error.c
++++ b/nx-X11/programs/Xserver/hw/nxagent/Error.c
@@ -497,7 +497,7 @@
return rootPath;
}
@@ -15,17 +15,17 @@
{
char *rootPath;
---- a/nxagent/programs/Xserver/hw/nxagent/Error.h
-+++ b/nxagent/programs/Xserver/hw/nxagent/Error.h
+--- a/nx-X11/programs/Xserver/hw/nxagent/Error.h
++++ b/nx-X11/programs/Xserver/hw/nxagent/Error.h
@@ -34,4 +34,6 @@
-
+
void nxagentEndRedirectToClientsLog(void);
-
+
+char *nxagentGetSessionPath(void);
+
#endif /* __Error_H__ */
---- a/nxagent/programs/Xserver/hw/nxagent/Keyboard.c
-+++ b/nxagent/programs/Xserver/hw/nxagent/Keyboard.c
+--- a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
++++ b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
@@ -52,6 +52,7 @@
#include "Keyboard.h"
#include "Events.h"