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:
746c37b
)
better window focusing
author
Dana Jansens
<danakj@orodu.net>
Wed, 24 Jul 2002 09:39:34 +0000
(09:39 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 24 Jul 2002 09:39:34 +0000
(09:39 +0000)
util/epist/window.cc
patch
|
blob
|
history
diff --git
a/util/epist/window.cc
b/util/epist/window.cc
index 628bcebac79758b5abaaefe086f1cf92ca22e3eb..0d33a2f6d641487409bd5621e5e9039a9b6eb391 100644
(file)
--- a/
util/epist/window.cc
+++ b/
util/epist/window.cc
@@
-219,9
+219,11
@@
void XWindow::iconify() const {
void XWindow::focus() const {
- // this will
also unshade the window..
+ // this will
cause the window to be uniconified also
_xatom->sendClientMessage(_screen->rootWindow(), XAtom::net_active_window,
_window);
+
+ //XSetInputFocus(_epist->getXDisplay(), _window, None, CurrentTime);
}