diff options
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/config.h')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/config.h | 3 |
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); |