MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ScheduleResize

Method ScheduleResize

src/window.cpp:3215–3218  ·  view source on GitHub ↗

* Mark this window as resized and in need of OnResize() event. */

Source from the content-addressed store, hash-verified

3213 * Mark this window as resized and in need of OnResize() event.
3214 */
3215void Window::ScheduleResize()
3216{
3217 this->scheduled_resize = true;
3218}
3219
3220/**
3221 * Process scheduled OnResize() event.

Callers 1

ResizeWindowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected