1 ; This file is part of OpenTTD.
2 ; OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
3 ; OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
4 ; See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
8 /* win32_v.cpp only settings
*/
9 #if defined(_WIN32) && !defined(DEDICATED)
10 extern bool _force_full_redraw
, _window_maximize;
11 extern uint _display_hz;
13 static const SettingDescGlobVarList _win32_settings[] = {
18 SDTG_BOOL = SDTG_BOOL($name, $flags, $guiflags, $var, $def, $str, $strhelp, $strval, $proc, $from, $to, $cat),
19 SDTG_VAR = SDTG_VAR($name, $type, $flags, $guiflags, $var, $def, $min, $max, $interval, $str, $strhelp, $strval, $proc, $from, $to, $cat),
23 flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
27 strhelp = STR_CONFIG_SETTING_NO_EXPLANATION_AVAILABLE_HELPTEXT
47 name = ""force_full_redraw""
48 var = _force_full_redraw
53 name = ""window_maximize""
54 var = _window_maximize