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:
0b72760
)
took out some debug messages
author
Marius Nita
<marius@cs.pdx.edu>
Tue, 3 Sep 2002 06:48:30 +0000
(06:48 +0000)
committer
Marius Nita
<marius@cs.pdx.edu>
Tue, 3 Sep 2002 06:48:30 +0000
(06:48 +0000)
util/epist/screen.cc
patch
|
blob
|
history
diff --git
a/util/epist/screen.cc
b/util/epist/screen.cc
index 995c76ef3f9e72c8cd9a102b9826e1a2178ade1e..1705202bc319ad82f36df47b4b1cb653a73da11a 100644
(file)
--- a/
util/epist/screen.cc
+++ b/
util/epist/screen.cc
@@
-830,13
+830,9
@@
bool screen::nothingIsPressed(void) const
XQueryKeymap(_epist->getXDisplay(), keys);
for (int i = 0; i < 32; ++i) {
- if (keys[i] != 0) {
- cout << "debug: not all keys have been released.\n";
+ if (keys[i] != 0)
return false;
- }
}
- cout << "debug: all keys have been released.\n";
-
return true;
}