projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b6c9b
)
remove debug cout
author
Dana Jansens
<danakj@orodu.net>
Fri, 26 Jul 2002 09:21:03 +0000
(09:21 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 26 Jul 2002 09:21:03 +0000
(09:21 +0000)
util/epist/window.cc
patch
|
blob
|
history
diff --git
a/util/epist/window.cc
b/util/epist/window.cc
index 695322729ad0288f20772f97b2cc16ebdfc1ff72..ba952073942b23ae77e3c6ec48bd0f3b7e51e8dd 100644
(file)
--- a/
util/epist/window.cc
+++ b/
util/epist/window.cc
@@
-235,7
+235,6
@@
void XWindow::iconify() const {
void XWindow::focus() const {
- cout << "Focusing window: 0x" << hex << _window << dec << endl;
// this will cause the window to be uniconified also
_xatom->sendClientMessage(_screen->rootWindow(), XAtom::net_active_window,
_window);