all repos — openbox @ 981ed3081ce15c7db846428518f420d4f610edbb

openbox fork - make it a bit more like ryudo

compile fix for --disable-slit
Dana Jansens danakj@orodu.net
commit

981ed3081ce15c7db846428518f420d4f610edbb

parent

95df11ff8920a16e2be152a54497fcded0a8d5ba

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

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

@@ -995,7 +995,9 @@ LinkedListIterator<BScreen> it(screenList);

for (BScreen *s = it.current(); s != NULL; it++, s = it.current()) { s->save(); s->getToolbar()->save(); +#ifdef SLIT s->getSlit()->save(); +#endif // SLIT } config.setAutoSave(true);