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

Function RemoveWindow

LibLemon/src/shell/shell.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 }
12
13 void RemoveWindow(long id, Endpoint& client){
14 client.Queue(Message(Lemon::Shell::LemonShellRemoveWindow, id));
15 }
16
17 void SetWindowState(long id, short state, Endpoint& client){
18 client.Queue(Message(Lemon::Shell::LemonShellSetWindowState, id, state));

Callers

nothing calls this directly

Calls 2

MessageClass · 0.50
QueueMethod · 0.45

Tested by

no test coverage detected