]> git.sur5r.net Git - i3/i3/commit
Bugfix: resize window check should check for null
authorTony Crisci <tony@dubstepdish.com>
Fri, 18 Apr 2014 18:14:22 +0000 (14:14 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 26 Apr 2014 10:10:05 +0000 (12:10 +0200)
commitea551e4d99425011799c09eb1ac66c9a82e8fdaa
tree809e2e821a89a4731cb47e3045545212ca1469ca
parent2cc51841a5919a34ff26d5d61c2264d9cb2b43a0
Bugfix: resize window check should check for null

When checking the window type for a resize command, first check to see
if the window property is null before checking whether or not it is a
dock window. The window may be null in the case it is a branch
container.

fixes #1220
src/commands.c
testcases/t/224-regress-resize-branch.t [new file with mode: 0644]