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

clean up many CALL_PROCs and implement a few functions

This commit is contained in:
IntelOrca
2015-03-31 02:21:30 +01:00
parent 7f42400f36
commit 851b0819b9
18 changed files with 134 additions and 88 deletions

View File

@@ -888,10 +888,8 @@ static void window_options_set_page(rct_window *w, int page)
w->frame_no = 0;
window_invalidate(w);
RCT2_CALLPROC_X(w->event_handlers[WE_RESIZE], 0, 0, 0, 0, (int)w, 0, 0);
RCT2_CALLPROC_X(w->event_handlers[WE_INVALIDATE], 0, 0, 0, 0, (int)w, 0, 0);
window_event_resize_call(w);
window_event_invalidate_call(w);
window_init_scroll_widgets(w);
window_invalidate(w);
}