]> git.sur5r.net Git - i3/i3/commit
Bugfix: don’t crash when dragged floating window closes (Thanks darkraven)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 28 Sep 2012 16:23:01 +0000 (18:23 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 28 Sep 2012 16:23:01 +0000 (18:23 +0200)
commit8480b4cb58c30a5fa4ff9761aaed198efa8429f8
tree6a7bf3722e4fd999c7197eb781d83d1d209e32be
parent6a9fdebc877e7cb430e464e359a7bc55e98cf989
Bugfix: don’t crash when dragged floating window closes (Thanks darkraven)

Previously, while the loop would not be executed anymore, the callback
(for actually repositioning the window after a MotionNotify) would still
get called once. This commit avoids that, thus fixing the crash.

fixes #819
src/floating.c