projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef0610
)
if user is moving a window and switches workspaces, stop moving that window
author
Dana Jansens
<danakj@orodu.net>
Sun, 28 Apr 2002 12:34:34 +0000
(12:34 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 28 Apr 2002 12:34:34 +0000
(12:34 +0000)
src/Window.cc
patch
|
blob
|
history
diff --git
a/src/Window.cc
b/src/Window.cc
index 3fc0f43d92b7457cd6b85b44155b413d221a743c..7ce182dcb409e8a04b1da86916d66ddbadb4516f 100644
(file)
--- a/
src/Window.cc
+++ b/
src/Window.cc
@@
-1494,6
+1494,9
@@
void OpenboxWindow::close(void) {
void OpenboxWindow::withdraw(void) {
+ if (flags.moving)
+ endMove();
+
flags.visible = False;
flags.iconic = False;