Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ GetMinimizeRect
Method
GetMinimizeRect
System/LemonWM/window.cpp:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
rect_t WMWindow::GetMinimizeRect(){
104
rect_t r = minimizeRect;
105
r.pos += pos;
106
return r;
107
}
108
109
void WMWindow::RecalculateButtonRects(){
110
surface_t* buttons = &wm->compositor.windowButtons;
Callers
2
MouseDown
Method · 0.80
MouseUp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected