mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-25 16:02:33 +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
@@ -31,7 +31,7 @@ typedef struct WWorkspace {
|
||||
|
||||
void wWorkspaceMake(WScreen *scr, int count);
|
||||
int wWorkspaceNew(WScreen *scr);
|
||||
int wGetWorkspaceNumber(WScreen *scr, const char *value);
|
||||
int wGetWorkspaceNumber(const char *value);
|
||||
Bool wWorkspaceDelete(WScreen *scr, int workspace);
|
||||
void wWorkspaceChange(WScreen *scr, int workspace);
|
||||
void wWorkspaceForceChange(WScreen *scr, int workspace);
|
||||
|
||||
Reference in New Issue
Block a user