rm a XXX
This commit is contained in:
parent
4147215afa
commit
c00829334d
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue