aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/xlaunch/config.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-07 11:09:57 +0000
committermarha <marha@users.sourceforge.net>2011-03-07 11:09:57 +0000
commitb5eab44b14b3193bfc327d10e556de8236071716 (patch)
tree3a87385a765eda5106df883ff2fab4c93c2e5a33 /xorg-server/hw/xwin/xlaunch/config.h
parentfaed2dca735b7aa26a146c5e309cafa8134425b9 (diff)
downloadvcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.tar.gz
vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.tar.bz2
vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.zip
Added possibility of mapping the PRIMARY selection
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/config.h')
-rw-r--r--xorg-server/hw/xwin/xlaunch/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/config.h b/xorg-server/hw/xwin/xlaunch/config.h
index 993c31580..e59c3e155 100644
--- a/xorg-server/hw/xwin/xlaunch/config.h
+++ b/xorg-server/hw/xwin/xlaunch/config.h
@@ -60,6 +60,7 @@ struct CConfig
std::string xdmcp_host;
std::vector<std::string> xhosts;
bool clipboard;
+ bool clipboardprimary;
bool wgl;
bool no_access_control;
std::string font_server;
@@ -73,7 +74,7 @@ struct CConfig
local(false), protocol(""),
protocol_path(""), program("xeyes"), progs(PROG_NUMBER), compress(false), host(""), user("ago"),
password(""), password_save(false), password_start(false), broadcast(false),
- indirect(false), xdmcp_host(""), xhosts(HOST_NUMBER), clipboard(true), no_access_control(false),
+ indirect(false), xdmcp_host(""), xhosts(HOST_NUMBER), clipboard(true), clipboardprimary(true), no_access_control(false),
font_server(), extra_params(), extra_ssh(), wgl(true) {};
void Load(const char * filename);
void Save(const char * filename);