]> git.sur5r.net Git - i3/i3/commit
tests: use open_window to avoid motion notifies which in turn trigger endless loops
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 9 Jan 2012 19:15:59 +0000 (19:15 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 10 Jan 2012 22:16:09 +0000 (22:16 +0000)
commita4a59a797fa4a0ba98a490f95fd7b40d447c97fc
tree01c94e30553165359250300051abecc97ed92cc2
parentdf9b33817565c102b342a0a6ad5f6f4986fa0c50
tests: use open_window to avoid motion notifies which in turn trigger endless loops

Using 'open' will not create an X11 window (while open_window does), so we will
get spurious motion notify events when switching focus, leading to endless loops.
testcases/t/503-workspace.t