compile fix for --disable-slit
This commit is contained in:
parent
95df11ff89
commit
981ed3081c
1 changed files with 2 additions and 0 deletions
|
@ -995,7 +995,9 @@ void Openbox::save() {
|
||||||
for (BScreen *s = it.current(); s != NULL; it++, s = it.current()) {
|
for (BScreen *s = it.current(); s != NULL; it++, s = it.current()) {
|
||||||
s->save();
|
s->save();
|
||||||
s->getToolbar()->save();
|
s->getToolbar()->save();
|
||||||
|
#ifdef SLIT
|
||||||
s->getSlit()->save();
|
s->getSlit()->save();
|
||||||
|
#endif // SLIT
|
||||||
}
|
}
|
||||||
|
|
||||||
config.setAutoSave(true);
|
config.setAutoSave(true);
|
||||||
|
|
Loading…
Reference in a new issue