mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 04:09:24 +00:00
Now that no X11 calls are being done via Xlib anymore, we're free to also move over event receiving, leaving Xlib pretty much unused. Also need to add a simple event queue mechanism, because we've go a screen operation (see xnestBitBlitHelper) that needs to collect up certain events for it's return value. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>