mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-21 01:05:45 +01:00
WPrefs.app: Added const attribute to local string
Now that the WINGs functions are const-correct, it is possible to set the attribute on the strings to help the compiler.
This commit is contained in:
committed by
Carlos R. Mafra
parent
591dc5cd4d
commit
a4395c5764
@@ -6,7 +6,7 @@
|
||||
#include "WINGsP.h"
|
||||
|
||||
/* table to map event types to event masks */
|
||||
static unsigned long eventMasks[] = {
|
||||
static const unsigned long eventMasks[] = {
|
||||
0,
|
||||
0,
|
||||
KeyPressMask, /* KeyPress */
|
||||
|
||||
Reference in New Issue
Block a user