This commit is contained in:
Dana Jansens 2003-02-03 08:21:06 +00:00
parent 4147215afa
commit c00829334d

View file

@ -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();