diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-12-16 18:31:49 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-01-05 23:36:02 +0100 |
commit | 80ab8932d65486ab47f722c2282ad2acc9d1f11b (patch) | |
tree | a58d907bc9bb0338e7468273e400b54049dfb4b1 /nx-X11/programs/Xserver | |
parent | 68125b06e852c96d60c1ee704f1700de8aa6c629 (diff) | |
download | nx-libs-80ab8932d65486ab47f722c2282ad2acc9d1f11b.tar.gz nx-libs-80ab8932d65486ab47f722c2282ad2acc9d1f11b.tar.bz2 nx-libs-80ab8932d65486ab47f722c2282ad2acc9d1f11b.zip |
Options.h: comment on the four clipboard options
Diffstat (limited to 'nx-X11/programs/Xserver')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Options.h | 18 |
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, |