]> git.sur5r.net Git - i3/i3/commit
Implement the I3_SYNC client protocol
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 22 Sep 2011 21:08:42 +0000 (22:08 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 22 Sep 2011 22:13:12 +0000 (23:13 +0100)
commit1481cd95c941e87fff8713a514ddc26700ce0b7d
treeca77be2d251f6c35a2d4c5ae82334797c247e73a
parent83560c85d8e972e6915cdc42d3f9b8ac8a315351
Implement the I3_SYNC client protocol

This is mainly useful for the testsuite. The tests can wait until i3 processed
all X11 events and then continue. This eliminates sleep() calls which leads to
a more robust and faster testsuite.
include/atoms.xmacro
src/handlers.c