mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 21:15:50 +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
@@ -370,7 +370,7 @@ void wWindowSetKeyGrabs(WWindow *wwin);
|
||||
void wWindowResetMouseGrabs(WWindow *wwin);
|
||||
|
||||
WWindow *wManageInternalWindow(WScreen *scr, Window window, Window owner,
|
||||
char *title, int x, int y,
|
||||
const char *title, int x, int y,
|
||||
int width, int height);
|
||||
|
||||
void wWindowSetupInitialAttributes(WWindow *wwin, int *level, int *workspace);
|
||||
@@ -383,7 +383,7 @@ void wWindowUnmap(WWindow *wwin);
|
||||
|
||||
void wWindowDeleteSavedStatesForPID(pid_t pid);
|
||||
|
||||
WMagicNumber wWindowAddSavedState(char *instance, char *class, char *command,
|
||||
WMagicNumber wWindowAddSavedState(const char *instance, const char *class, const char *command,
|
||||
pid_t pid, WSavedState *state);
|
||||
|
||||
WMagicNumber wWindowGetSavedState(Window win);
|
||||
|
||||
Reference in New Issue
Block a user