summaryrefslogtreecommitdiff
path: root/fluid/icons
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-02-05 00:14:37 +0100
committerMatthias Melcher <git@matthiasm.com>2019-02-05 00:14:37 +0100
commit7d9d7dd7b84b077e04d47ddf28961a1f99cbede4 (patch)
tree1c056cec61744fe930e0a1467d2d45ce6f3f25d0 /fluid/icons
parent4b4e95f2805375ac80b5921e19c1049090f3a5c8 (diff)
Fixed all Pixmaps to be '*const' (STR #3108).
Diffstat (limited to 'fluid/icons')
-rw-r--r--fluid/icons/fluid-32.xpm2
-rw-r--r--fluid/icons/fluid-96.xpm2
2 files changed, 2 insertions, 2 deletions
diff --git a/fluid/icons/fluid-32.xpm b/fluid/icons/fluid-32.xpm
index 4b9ba19a9..9fb63f5a6 100644
--- a/fluid/icons/fluid-32.xpm
+++ b/fluid/icons/fluid-32.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * fluid_32_xpm[] = {
+static char * const fluid_32_xpm[] = {
"32 32 32 1",
" c None",
". c #000200",
diff --git a/fluid/icons/fluid-96.xpm b/fluid/icons/fluid-96.xpm
index 5c018aa12..0e0b11d4e 100644
--- a/fluid/icons/fluid-96.xpm
+++ b/fluid/icons/fluid-96.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * fluid_96_xpm[] = {
+static char * const fluid_96_xpm[] = {
"96 96 32 1",
" c None",
". c #000100",