1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

wmaker: Added 'const' attribute to most global functions

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2013-06-16 17:57:48 +02:00
committed by Carlos R. Mafra
parent f0c1dc9fc3
commit 9b5db31d95
22 changed files with 65 additions and 64 deletions

View File

@@ -21,6 +21,6 @@
#define _XMODIFIER_H_INCLUDED
void wXModifierInitialize(void);
int wXModifierFromKey(char *key);
int wXModifierFromKey(const char *key);
#endif /* _XMODIFIER_H_INCLUDED */