MCPcopy Create free account
hub / github.com/crownengine/crown / resize

Method resize

src/device/main_linux.cpp:1930–1934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1928 }
1929
1930 void resize(u16 width, u16 height) override
1931 {
1932 XResizeWindow(_x11->display, _x11->window, width, height);
1933 XFlush(_x11->display);
1934 }
1935
1936 void move(u16 x, u16 y) override
1937 {

Callers 2

device_message_resizeFunction · 0.45
load_apiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected