mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
aa21156ced
Between xcb_grab_server() and xcb_ungrab_server(), XCB's output buffer might fill up. Thus, the GrabServer request might already have been sent to the server, but the following UngrabServer request could end up in XCB's output buffer. There, it might sit around for quite a while and cause problems. Since we cannot detect when XCB's output buffer fills up, we just always flush after generating an UngrabServer request. Very-likely-Fixes: https://github.com/awesomeWM/awesome/issues/2697 Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
button.c | ||
button.h | ||
client.c | ||
client.h | ||
drawable.c | ||
drawable.h | ||
drawin.c | ||
drawin.h | ||
key.c | ||
key.h | ||
screen.c | ||
screen.h | ||
selection_acquire.c | ||
selection_acquire.h | ||
selection_getter.c | ||
selection_getter.h | ||
selection_transfer.c | ||
selection_transfer.h | ||
selection_watcher.c | ||
selection_watcher.h | ||
tag.c | ||
tag.h | ||
window.c | ||
window.h |