mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
wmaker: Added missing const attribute
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
2658ed0fb2
commit
c7e6b3a18f
@@ -35,7 +35,7 @@
|
|||||||
static Atom Clipboard = 0;
|
static Atom Clipboard = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static char *requestCodes[] = {
|
static const char *requestCodes[] = {
|
||||||
"DUMMY",
|
"DUMMY",
|
||||||
"X_CreateWindow",
|
"X_CreateWindow",
|
||||||
"X_ChangeWindowAttributes",
|
"X_ChangeWindowAttributes",
|
||||||
|
|||||||
Reference in New Issue
Block a user