mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +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
@@ -866,7 +866,7 @@ void wScreenSaveState(WScreen * scr)
|
||||
}
|
||||
}
|
||||
if (!wPreferences.flags.noclip) {
|
||||
wClipSaveState(scr);
|
||||
wClipSaveState();
|
||||
} else {
|
||||
if ((foo = WMGetFromPLDictionary(old_state, dClip)) != NULL) {
|
||||
WMPutInPLDictionary(w_global.session_state, dClip, foo);
|
||||
|
||||
Reference in New Issue
Block a user