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:
656478e
)
dont auto-raise sticky windows, theyre on the current workspace too
author
Dana Jansens
<danakj@orodu.net>
Mon, 26 Aug 2002 21:12:17 +0000
(21:12 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 26 Aug 2002 21:12:17 +0000
(21:12 +0000)
util/epist/screen.cc
patch
|
blob
|
history
diff --git
a/util/epist/screen.cc
b/util/epist/screen.cc
index a7098a77d6706f2dd186f6269b0e3c5f491cd918..7845e55f9489f8b11c2fa36cefe478584f74252b 100644
(file)
--- a/
util/epist/screen.cc
+++ b/
util/epist/screen.cc
@@
-639,7
+639,7
@@
void screen::cycleWindow(unsigned int state, const bool forward,
// if the window is on another desktop, we can't use XSetInputFocus, since
// it doesn't imply a workspace change.
- if (t->desktop() == _active_desktop)
+ if (t->desktop() == _active_desktop
|| t->desktop() == 0xffffffff
)
t->focus(false); // focus, but don't raise
else
t->focus(); // change workspace and focus