aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/xlaunch/config.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-07 14:08:39 +0000
committermarha <marha@users.sourceforge.net>2011-03-07 14:08:39 +0000
commitc7dc52700eea5353a1ec23331ebb81d671442c8c (patch)
tree8f2946b83b0eaf29280e6b937823ca7d19c7ab0d /xorg-server/hw/xwin/xlaunch/config.h
parent407615d5836ff968b655eb4b9a5f186de3d4e7f9 (diff)
downloadvcxsrv-c7dc52700eea5353a1ec23331ebb81d671442c8c.tar.gz
vcxsrv-c7dc52700eea5353a1ec23331ebb81d671442c8c.tar.bz2
vcxsrv-c7dc52700eea5353a1ec23331ebb81d671442c8c.zip
Starting a local program works now
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/config.h')
-rw-r--r--xorg-server/hw/xwin/xlaunch/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/config.h b/xorg-server/hw/xwin/xlaunch/config.h
index e59c3e155..9c4fc0b1a 100644
--- a/xorg-server/hw/xwin/xlaunch/config.h
+++ b/xorg-server/hw/xwin/xlaunch/config.h
@@ -72,7 +72,7 @@ struct CConfig
CConfig() : window(MultiWindow), client(NoClient), clientstart(NoXClient), display("0"),
#endif
local(false), protocol(""),
- protocol_path(""), program("xeyes"), progs(PROG_NUMBER), compress(false), host(""), user("ago"),
+ protocol_path(""), program("xcalc"), 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), clipboardprimary(true), no_access_control(false),
font_server(), extra_params(), extra_ssh(), wgl(true) {};