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

Function SetWindowState

LibLemon/src/shell/shell.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 void SetWindowState(long id, short state, Endpoint& client){
18 client.Queue(Message(Lemon::Shell::LemonShellSetWindowState, id, state));
19 }
20
21 void Open(const char* path, Endpoint& client){
22 (void)path;

Callers 2

MinimizeWindowMethod · 0.85
SetActiveMethod · 0.85

Calls 2

MessageClass · 0.50
QueueMethod · 0.45

Tested by

no test coverage detected