]> git.sur5r.net Git - i3/i3/commit
replace never-true condition with a working one
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 15 Dec 2013 13:57:04 +0000 (14:57 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 22 Dec 2013 20:52:49 +0000 (21:52 +0100)
commit28a993e65614c2a50f440db5cb2e9a5b138ea152
tree311cf7545b416dc1a312241cc9b1e73555173208
parent318b089e6d5cb819c8a8896343a6d13f032f063e
replace never-true condition with a working one

state->initial is set to false before calling x_push_node() since we
began pushing the window stack before pushing changes. Therefore, the
condition could never be true.
src/x.c