mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-18 07:25:54 +01:00
Removed unused WScreen argument from dock's clip 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
9c6e71ead0
commit
fd869154c6
@@ -812,7 +812,7 @@ void wWorkspaceSaveState(WScreen * scr, WMPropList * old_state)
|
||||
wks_state = WMCreatePLDictionary(dName, pstr, NULL);
|
||||
WMReleasePropList(pstr);
|
||||
if (!wPreferences.flags.noclip) {
|
||||
pstr = wClipSaveWorkspaceState(scr, i);
|
||||
pstr = wClipSaveWorkspaceState(i);
|
||||
WMPutInPLDictionary(wks_state, dClip, pstr);
|
||||
WMReleasePropList(pstr);
|
||||
} else if (old_wks_state != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user