Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Relocate
Method
Relocate
LibLemon/src/gui/window.cpp:362–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
}
361
362
void WMClient::Relocate(int x, int y) const {
363
Queue(Message(WMCreateWindow, x, y));
364
}
365
366
int64_t WMClient::Resize(int width, int height) const {
367
Message ret;
Callers
nothing calls this directly
Calls
1
Message
Class · 0.50
Tested by
no test coverage detected