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

Method Minimize

LibLemon/src/gui/window.cpp:379–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 }
378
379 void WMClient::Minimize(bool minimized) const {
380 Queue(Message(WMMinimizeWindow, minimized));
381 }
382
383 void WMClient::Minimize(long windowID, bool minimized) const {
384 Queue(Message(WMMinimizeOtherWindow, windowID, minimized));

Callers

nothing calls this directly

Calls 1

MessageClass · 0.50

Tested by

no test coverage detected