Implement GrabServer and UngrabServer

These seem very scary but they are part of the spec :)
This commit is contained in:
2026-02-21 05:01:37 +02:00
parent 8a0f287d8c
commit a52181e140
3 changed files with 80 additions and 5 deletions

View File

@@ -194,3 +194,5 @@ extern ATOM g_atom_value;
extern int g_epoll_fd;
extern BAN::HashMap<int, EpollThingy> g_epoll_thingies;
extern int g_server_grabber_fd;