MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GetCloseRect

Method GetCloseRect

System/LemonWM/window.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97rect_t WMWindow::GetCloseRect(){
98 rect_t r = closeRect;
99 r.pos += pos;
100 return r;
101}
102
103rect_t WMWindow::GetMinimizeRect(){
104 rect_t r = minimizeRect;

Callers 2

MouseDownMethod · 0.80
MouseUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected