mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
Removed unused WScreen argument
The argument WScreen was not longer used, so can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
3b85fca43c
commit
9c6e71ead0
@@ -555,7 +555,7 @@ void wSessionRestoreLastWorkspace(WScreen * scr)
|
||||
WMPLSetCaseSensitive(False);
|
||||
|
||||
/* Get the workspace number for the workspace name */
|
||||
w = wGetWorkspaceNumber(scr, value);
|
||||
w = wGetWorkspaceNumber(value);
|
||||
|
||||
if (w != w_global.workspace.current && w < w_global.workspace.count)
|
||||
wWorkspaceChange(scr, w);
|
||||
|
||||
Reference in New Issue
Block a user