]> git.sur5r.net Git - i3/i3/commit
floating_drag_window: return on DRAG_REVERT 3365/head
authorOrestis Floros <orestisf1993@gmail.com>
Tue, 21 Aug 2018 18:06:00 +0000 (21:06 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Tue, 21 Aug 2018 18:06:00 +0000 (21:06 +0300)
commit5d89bd344fb325c2a74cf962f3f931ac274c128e
tree48c6b57093e6c3a7ed86f1c1044f34c46ffe410a
parente8dee4308a3a57e8a4c0da4fb79e965bc3fb8a9b
floating_drag_window: return on DRAG_REVERT

Right now tree_render() is called twice on DRAG_REVERT since
floating_reposition calls it.
Also, on DRAG_REVERT the scratchpad state shouldn't change since the
user canceled the action.
src/floating.c