mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-22 19:43:31 +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
@@ -56,7 +56,7 @@ typedef struct W_FontPanel {
|
||||
#define DEF_WIDTH 320
|
||||
#define DEF_HEIGHT (DEF_UPPER_HEIGHT+DEF_LOWER_HEIGHT)
|
||||
|
||||
static int scalableFontSizes[] = {
|
||||
static const int scalableFontSizes[] = {
|
||||
8,
|
||||
10,
|
||||
11,
|
||||
|
||||
Reference in New Issue
Block a user