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

Method DrawWidget

src/bootstrap_gui.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void DrawWidget(const Rect &r, WidgetID) const override
62 {
63 GfxFillRect(r, PixelColour{4}, FILLRECT_OPAQUE);
64 GfxFillRect(r, PixelColour{0}, FILLRECT_CHECKER);
65 }
66};
67
68/** Nested widgets for the error window. */

Callers

nothing calls this directly

Calls 1

GfxFillRectFunction · 0.70

Tested by

no test coverage detected