1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Tidy window flags

This commit is contained in:
rd3k
2015-06-13 22:16:14 +01:00
parent 411d5f0752
commit 628a586ea2
29 changed files with 77 additions and 49 deletions

View File

@@ -384,12 +384,11 @@ void window_options_open()
if (w != NULL)
return;
w = window_create_centred(WW, WH, (uint32*)window_options_events, WC_OPTIONS, 0);
w = window_create_centred(WW, WH, (uint32*)window_options_events, WC_OPTIONS, WF_RESIZABLE);
w->widgets = window_options_display_widgets;
w->enabled_widgets = window_options_page_enabled_widgets[WINDOW_OPTIONS_PAGE_DISPLAY];
w->page = WINDOW_OPTIONS_PAGE_DISPLAY;
w->frame_no = 0;
w->flags = WF_RESIZABLE;
window_init_scroll_widgets(w);
//window_invalidate(w);