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:
ae86775
)
remove a debug cout
author
Dana Jansens
<danakj@orodu.net>
Wed, 24 Jul 2002 10:03:11 +0000
(10:03 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 24 Jul 2002 10:03:11 +0000
(10:03 +0000)
util/epist/screen.cc
patch
|
blob
|
history
diff --git
a/util/epist/screen.cc
b/util/epist/screen.cc
index 2c1da1ae53054e2c26c4b68ad7aa03ff47dfd8dc..281a093e3aa10745bee6978eb301b5a6b6302670 100644
(file)
--- a/
util/epist/screen.cc
+++ b/
util/epist/screen.cc
@@
-60,9
+60,6
@@
screen::screen(epist *epist, int number)
_info = _epist->getScreenInfo(_number);
_root = _info->getRootWindow();
- cout << "root window on screen " << _number << ": 0x" << hex << _root <<
- dec << endl;
-
// find a window manager supporting NETWM, waiting for it to load if we must
int count = 20; // try for 20 seconds
_managed = false;