diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-29 10:42:42 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-12-29 10:42:42 +0100 |
commit | 43c04dbfd48025bf6eda40e9b82c812f44290188 (patch) | |
tree | ad31e5c5af7401644e06bbfb7ca27d3b78761bdd /debian/patches/105_nxagent_export-remote-keyboard-config.patch | |
parent | 9f226601ff68e75b2baa68bbf08da369c62527e1 (diff) | |
download | nx-libs-43c04dbfd48025bf6eda40e9b82c812f44290188.tar.gz nx-libs-43c04dbfd48025bf6eda40e9b82c812f44290188.tar.bz2 nx-libs-43c04dbfd48025bf6eda40e9b82c812f44290188.zip |
Rework FreeNX patches to be applicable to latest NX sources.
Diffstat (limited to 'debian/patches/105_nxagent_export-remote-keyboard-config.patch')
-rw-r--r-- | debian/patches/105_nxagent_export-remote-keyboard-config.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/105_nxagent_export-remote-keyboard-config.patch b/debian/patches/105_nxagent_export-remote-keyboard-config.patch index 9ee4fc2f4..ec8575efb 100644 --- a/debian/patches/105_nxagent_export-remote-keyboard-config.patch +++ b/debian/patches/105_nxagent_export-remote-keyboard-config.patch @@ -18,9 +18,9 @@ --- 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__ */ @@ -34,7 +34,7 @@ #include "NXlib.h" -@@ -1770,6 +1771,42 @@ +@@ -1790,6 +1791,42 @@ } #endif |