aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Options.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-01-05 23:50:21 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-01-05 23:50:21 +0100
commite89fb895a25004496b7dde4aec5fd7574baf6f25 (patch)
tree9f7decd9b6ebc4d922648ae4bb8633398b57d256 /nx-X11/programs/Xserver/hw/nxagent/Options.h
parent057ce728fcb43e6b91a54f98f6f6d9ed8fe680a6 (diff)
parent30fb45b2a65aa8cf1a544339b1288119319de455 (diff)
downloadnx-libs-e89fb895a25004496b7dde4aec5fd7574baf6f25.tar.gz
nx-libs-e89fb895a25004496b7dde4aec5fd7574baf6f25.tar.bz2
nx-libs-e89fb895a25004496b7dde4aec5fd7574baf6f25.zip
Merge branch 'uli42-pr/more_clipboard_improvements' into 3.6.x
Attributes GH PR #877: https://github.com/ArcticaProject/nx-libs/pull/877
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Options.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Options.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Options.h b/nx-X11/programs/Xserver/hw/nxagent/Options.h
index d791d2294..166508ac3 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Options.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Options.h
@@ -49,6 +49,24 @@ typedef enum _BackingStoreMode
} BackingStoreMode;
+/* since nx 2.0.0-32 clipboard data exchange can be limited. Client
+ here means "nxclient":
+
+ Enable or disable copy and paste operations from the user's desktop
+ to the NX session or vice versa. This option can take four values:
+
+ client The content copied on the client can be pasted inside the
+ NX session.
+
+ server The content copied inside the NX session can be pasted
+ on the client.
+
+ both The copy & paste operations are allowed both between the
+ client and the NX session and viceversa.
+
+ none The copy&paste operations between the client and the NX
+ session are never allowed.
+*/
typedef enum _ClipboardMode
{
ClipboardBoth,