| 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)); |