mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +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
@@ -1556,7 +1556,7 @@ void wDockSaveState(WScreen *scr, WMPropList *old_state)
|
||||
WMReleasePropList(dock_state);
|
||||
}
|
||||
|
||||
void wClipSaveState(WScreen *scr)
|
||||
void wClipSaveState(void)
|
||||
{
|
||||
WMPropList *clip_state;
|
||||
|
||||
@@ -1566,7 +1566,7 @@ void wClipSaveState(WScreen *scr)
|
||||
WMReleasePropList(clip_state);
|
||||
}
|
||||
|
||||
WMPropList *wClipSaveWorkspaceState(WScreen *scr, int workspace)
|
||||
WMPropList *wClipSaveWorkspaceState(int workspace)
|
||||
{
|
||||
return dockSaveState(w_global.workspace.array[workspace]->clip);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user