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

Function AddWindow

LibLemon/src/shell/shell.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace Lemon::Shell {
8
9 void AddWindow(long id, short state, const std::string& title, Endpoint& client){
10 client.Queue(Message(Lemon::Shell::LemonShellAddWindow, id, state, title));
11 }
12
13 void RemoveWindow(long id, Endpoint& client){
14 client.Queue(Message(Lemon::Shell::LemonShellRemoveWindow, id));

Callers

nothing calls this directly

Calls 2

MessageClass · 0.50
QueueMethod · 0.45

Tested by

no test coverage detected