Make remaining 'XPM' images 'const'

This commit is contained in:
Albrecht Schlosser 2024-10-20 17:00:16 +02:00
parent 74d827f71f
commit d163ab1357
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char *_bae769a99384303e21a66e415de0b1aBvKpx6NXTDEGsJa6[] = {
static const char *_bae769a99384303e21a66e415de0b1aBvKpx6NXTDEGsJa6[] = {
/* columns rows colors chars-per-pixel */
"32 32 32 1 ",
" c #1A1C1C",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *_e101498a8b740e7b97aa74122d70714MqWFs5PhLjx31lZ1[] = {
static const char *_e101498a8b740e7b97aa74122d70714MqWFs5PhLjx31lZ1[] = {
/* columns rows colors chars-per-pixel */
"96 96 32 1 ",
" c #1A1C1C",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * const fltk_xpm[] = {
static const char * const fltk_xpm[] = {
"229 70 152 2",
" c None",
". c #000066",

View File

@ -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",

View File

@ -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",