diff options
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/config.h')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/config.h b/xorg-server/hw/xwin/xlaunch/config.h index d9ec96ede..d4ae5e35d 100644 --- a/xorg-server/hw/xwin/xlaunch/config.h +++ b/xorg-server/hw/xwin/xlaunch/config.h @@ -50,6 +50,7 @@ struct CConfig std::string host; std::string user; std::string remotepassword; + std::string privatekey; bool broadcast; bool indirect; std::string xdmcp_host; @@ -62,6 +63,7 @@ struct CConfig CConfig() : window(MultiWindow), client(NoClient), display("-1"), local(false), remotepassword(""), + privatekey(""), localprogram("xcalc"), remoteprogram("xterm"), compress(false), |