]> Dogcows Code - chaz/openbox/commitdiff
rm a XXX
authorDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 08:21:06 +0000 (08:21 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 08:21:06 +0000 (08:21 +0000)
src/screen.cc

index adcae6d9eabe9da4e8d575ffb001c0e55c46fab2..aa272009534334542d33d0e89e43caf2835e6486 100644 (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();
This page took 0.022329 seconds and 4 git commands to generate.