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.
This commit is contained in:
Michael Stapelberg
2011-09-22 22:08:42 +01:00
parent 83560c85d8
commit 1481cd95c9
2 changed files with 20 additions and 0 deletions

View File

@ -24,3 +24,4 @@ xmacro(WM_TAKE_FOCUS)
xmacro(WM_WINDOW_ROLE)
xmacro(I3_SOCKET_PATH)
xmacro(I3_CONFIG_PATH)
xmacro(I3_SYNC)