mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 19:10:24 +08:00
Make remaining 'XPM' images 'const'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * const fluid_32_xpm[] = {
|
||||
static const char * const fluid_32_xpm[] = {
|
||||
"32 32 32 1",
|
||||
" c None",
|
||||
". c #000200",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * const fluid_96_xpm[] = {
|
||||
static const char * const fluid_96_xpm[] = {
|
||||
"96 96 32 1",
|
||||
" c None",
|
||||
". c #000100",
|
||||
|
||||
Reference in New Issue
Block a user