]> git.sur5r.net Git - i3/i3/commit
Explicitly disconnect in the 'exit' command
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 29 Jun 2012 21:13:25 +0000 (23:13 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 29 Jun 2012 21:13:25 +0000 (23:13 +0200)
commitc5d047215865fad385f4f91798e3e3bd3959ebea
treef2ae4024e06978e0378b350a31808ec5f5e01688
parentdaee3218c9aec3499bf128ba1649099d4f93bcd9
Explicitly disconnect in the 'exit' command

This fixes a race condition when running the tests. I think that the X11
server has more time to clean up the resources when we do an explicit
disconnect. The symptom I was seeing was that sometimes, i3 couldn’t
become the window manager on one of the Xdummy instances.
src/commands.c