From 9bb11133522836a9c5e251550ac88c9a4e091c0e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 May 2014 12:46:49 +0300 Subject: Move main window related code into windowmanager. --- src/settings.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 78f86a59f..15b26faae 100644 --- a/src/settings.h +++ b/src/settings.h @@ -50,7 +50,11 @@ class Settings final windowCaption(), updateMirrors(), options(), - persistentIp(true) + guiAlpha(1.0F), + persistentIp(true), + limitFps(false), + inputFocused(true), + mouseFocused(true) { } std::string updateHost; @@ -71,7 +75,11 @@ class Settings final std::string windowCaption; std::vector updateMirrors; Options options; + float guiAlpha; bool persistentIp; + bool limitFps; + bool inputFocused; + bool mouseFocused; }; extern Settings settings; -- cgit v1.2.3-60-g2f50