mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-25 16:02:33 +01:00
Removed WScreen args not used
The WScreen arguments in the functions wWorkspaceMenuUpdate() and makeMakeShortcutMenu() is not used now, so can be removed. Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
committed by
Carlos R. Mafra
parent
e86b8dcb2f
commit
074092f319
@@ -36,7 +36,7 @@ Bool wWorkspaceDelete(WScreen *scr, int workspace);
|
||||
void wWorkspaceChange(WScreen *scr, int workspace);
|
||||
void wWorkspaceForceChange(WScreen *scr, int workspace);
|
||||
WMenu *wWorkspaceMenuMake(WScreen *scr, Bool titled);
|
||||
void wWorkspaceMenuUpdate(WScreen *scr, WMenu *menu);
|
||||
void wWorkspaceMenuUpdate(WMenu *menu);
|
||||
void wWorkspaceMenuEdit(WScreen *scr);
|
||||
void wWorkspaceSaveState(WScreen *scr, WMPropList *old_state);
|
||||
void wWorkspaceRestoreState(WScreen *scr);
|
||||
|
||||
Reference in New Issue
Block a user