3 ; This file is part of OpenTTD.
4 ; 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.
5 ; 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.
6 ; 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/>.
10 /* win32_v.cpp only settings
*/
11 #if defined(WIN32) && !defined(DEDICATED)
12 extern bool _force_full_redraw
, _window_maximize;
13 extern uint _display_hz;
15 static const SettingDescGlobVarList _win32_settings[] = {
20 SDTG_BOOL = SDTG_BOOL($name, $flags, $guiflags, $var, $def, $str, $strhelp, $strval, $proc, $from, $to, $cat),
21 SDTG_VAR = SDTG_VAR($name, $type, $flags, $guiflags, $var, $def, $min, $max, $interval, $str, $strhelp, $strval, $proc, $from, $to, $cat),
25 flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
29 strhelp = STR_CONFIG_SETTING_NO_EXPLANATION_AVAILABLE_HELPTEXT
49 name = ""force_full_redraw""
50 var = _force_full_redraw
55 name = ""window_maximize""
56 var = _window_maximize