mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Removed unused WScreen argument from workspace's state functions
Now that the workspace are not more attached to a screen, the parameter is not needed anymore.
This commit is contained in:
committed by
Carlos R. Mafra
parent
fd869154c6
commit
803eb68fc4
@@ -873,7 +873,7 @@ void wScreenSaveState(WScreen * scr)
|
||||
}
|
||||
}
|
||||
|
||||
wWorkspaceSaveState(scr, old_state);
|
||||
wWorkspaceSaveState(old_state);
|
||||
|
||||
if (!wPreferences.flags.nodrawer) {
|
||||
wDrawersSaveState(scr);
|
||||
|
||||
Reference in New Issue
Block a user