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

Method Minimize

System/LemonWM/window.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void WMWindow::Minimize(bool state){
77 minimized = state;
78}
79
80void WMWindow::Resize(vector2i_t size, int64_t key, WindowBuffer* bufferInfo){
81 Lemon::UnmapSharedMemory(windowBufferInfo, bufferKey);

Callers 5

MinimizeWindowMethod · 0.45
OpenMethod · 0.45
MinimizeMenuFunction · 0.45
PollCommandsMethod · 0.45
OnMouseUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected