aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/xlaunch/config.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-11-09 12:31:43 +0100
committermarha <marha@users.sourceforge.net>2012-11-09 12:31:43 +0100
commit480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e (patch)
tree0b6908caf655de903727499e279a6b87ffb886c8 /xorg-server/hw/xwin/xlaunch/config.h
parente679303a065ecf6e961993c4fe169950c101c08c (diff)
downloadvcxsrv-480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e.tar.gz
vcxsrv-480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e.tar.bz2
vcxsrv-480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e.zip
Allow specifying a key file in putty format when starting a remote program
Now plink is a real console application in the release build (no -console option anymore)
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/config.h')
-rw-r--r--xorg-server/hw/xwin/xlaunch/config.h2
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),