diff options
author | marha <marha@users.sourceforge.net> | 2010-02-20 17:55:50 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-20 17:55:50 +0000 |
commit | fddd0263e71abd532f2b596c43043f221bea8417 (patch) | |
tree | c86a9914eb9a83218bd2a20d54a5fce397d72511 /xorg-server/hw/xwin/xlaunch/config.h | |
parent | 9cd4b45217e5624c4ffa1ad77aff87ea280db45a (diff) | |
download | vcxsrv-fddd0263e71abd532f2b596c43043f221bea8417.tar.gz vcxsrv-fddd0263e71abd532f2b596c43043f221bea8417.tar.bz2 vcxsrv-fddd0263e71abd532f2b596c43043f221bea8417.zip |
Added opengl option in dialog
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 8017ffb55..993c31580 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 wgl; bool no_access_control; std::string font_server; std::string extra_params; @@ -73,7 +74,7 @@ struct CConfig 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), - font_server(), extra_params(), extra_ssh() {}; + font_server(), extra_params(), extra_ssh(), wgl(true) {}; void Load(const char * filename); void Save(const char * filename); }; |