MCPcopy Create free account
hub / github.com/DFHack/dfhack / resize

Method resize

plugins/rendermax/renderer_opengl.hpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 copy_from_inner();
100 };
101 virtual void resize(int32_t w, int32_t h) {
102 copy_to_inner();
103 parent->resize(w,h);
104 copy_from_inner();
105 };
106 virtual void grid_resize(int32_t w, int32_t h) {
107 copy_to_inner();
108 parent->grid_resize(w,h);

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected