Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MinimizeWindow
Method · 0.85
SetActive
Method · 0.85
Calls
2
Message
Class · 0.50
Queue
Method · 0.45
Tested by
no test coverage detected