all repos — openbox @ 1789f16af9d853e3961cbb7c0c753e0e12263969

openbox fork - make it a bit more like ryudo

if user is moving a window and switches workspaces, stop moving that window
Dana Jansens danakj@orodu.net
commit

1789f16af9d853e3961cbb7c0c753e0e12263969

parent

8ef0610e9056613eeb1988dde95d252bc0988883

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -1494,6 +1494,9 @@ }

void OpenboxWindow::withdraw(void) { + if (flags.moving) + endMove(); + flags.visible = False; flags.iconic = False;