diff options
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index bf7dd90e1..a55260459 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -200,7 +200,7 @@ static const struct NWidgetPart _nested_main_window_widgets[] = { }; static const WindowDesc _main_window_desc( - 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, WC_MAIN_WINDOW, WC_NONE, 0, _nested_main_window_widgets, lengthof(_nested_main_window_widgets) |