all repos — openbox @ c00829334d83d30cbc1bfc9a9be23e9cadc3307b

openbox fork - make it a bit more like ryudo

rm a XXX
Dana Jansens danakj@orodu.net
commit

c00829334d83d30cbc1bfc9a9be23e9cadc3307b

parent

4147215afa51dd79cbc474a79478deff4ca9ad71

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/screen.ccsrc/screen.cc

@@ -420,7 +420,6 @@

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