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
+1 -1
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",
+1 -1
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",