mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-20 01:33:34 +01:00
wmaker: Added 'const' attribute to most global functions
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
f0c1dc9fc3
commit
9b5db31d95
@@ -31,7 +31,7 @@ typedef struct WWorkspace {
|
||||
|
||||
void wWorkspaceMake(WScreen *scr, int count);
|
||||
int wWorkspaceNew(WScreen *scr);
|
||||
int wGetWorkspaceNumber(WScreen * scr, char * value);
|
||||
int wGetWorkspaceNumber(WScreen *scr, const char *value);
|
||||
Bool wWorkspaceDelete(WScreen *scr, int workspace);
|
||||
void wWorkspaceChange(WScreen *scr, int workspace);
|
||||
void wWorkspaceForceChange(WScreen *scr, int workspace);
|
||||
@@ -40,7 +40,7 @@ void wWorkspaceMenuUpdate(WScreen *scr, WMenu *menu);
|
||||
void wWorkspaceMenuEdit(WScreen *scr);
|
||||
void wWorkspaceSaveState(WScreen *scr, WMPropList *old_state);
|
||||
void wWorkspaceRestoreState(WScreen *scr);
|
||||
void wWorkspaceRename(WScreen *scr, int workspace, char *name);
|
||||
void wWorkspaceRename(WScreen *scr, int workspace, const char *name);
|
||||
void wWorkspaceRelativeChange(WScreen *scr, int amount);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user