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:
4147215
)
rm a XXX
author
Dana Jansens
<danakj@orodu.net>
Mon, 3 Feb 2003 08:21:06 +0000
(08:21 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 3 Feb 2003 08:21:06 +0000
(08:21 +0000)
src/screen.cc
patch
|
blob
|
history
diff --git
a/src/screen.cc
b/src/screen.cc
index adcae6d9eabe9da4e8d575ffb001c0e55c46fab2..aa272009534334542d33d0e89e43caf2835e6486 100644
(file)
--- a/
src/screen.cc
+++ b/
src/screen.cc
@@
-420,7
+420,6
@@
void Screen::changeStackingList()
void Screen::changeWorkArea() {
unsigned long *dims = new unsigned long[4 * _num_desktops];
for (long i = 0; i < _num_desktops; ++i) {
- // XXX: this could be different for each workspace
dims[(i * 4) + 0] = _area.x();
dims[(i * 4) + 1] = _area.y();
dims[(i * 4) + 2] = _area.width();