MCPcopy 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
103rect_t WMWindow::GetMinimizeRect(){
104 rect_t r = minimizeRect;
105 r.pos += pos;
106 return r;
107}
108
109void WMWindow::RecalculateButtonRects(){
110 surface_t* buttons = &wm->compositor.windowButtons;

Callers 2

MouseDownMethod · 0.80
MouseUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected