summaryrefslogtreecommitdiff
path: root/fluid/pixmaps
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/pixmaps
parent4b4e95f2805375ac80b5921e19c1049090f3a5c8 (diff)
Fixed all Pixmaps to be '*const' (STR #3108).
Diffstat (limited to 'fluid/pixmaps')
-rw-r--r--fluid/pixmaps/flAdjuster.xpm2
-rw-r--r--fluid/pixmaps/flBox.xpm2
-rw-r--r--fluid/pixmaps/flBrowser.xpm2
-rw-r--r--fluid/pixmaps/flButton.xpm2
-rw-r--r--fluid/pixmaps/flCheckBrowser.xpm2
-rw-r--r--fluid/pixmaps/flCheckButton.xpm2
-rw-r--r--fluid/pixmaps/flChoice.xpm2
-rw-r--r--fluid/pixmaps/flClass.xpm2
-rw-r--r--fluid/pixmaps/flClock.xpm2
-rw-r--r--fluid/pixmaps/flCode.xpm2
-rw-r--r--fluid/pixmaps/flCodeBlock.xpm2
-rw-r--r--fluid/pixmaps/flComment.xpm2
-rw-r--r--fluid/pixmaps/flCounter.xpm2
-rw-r--r--fluid/pixmaps/flData.xpm2
-rw-r--r--fluid/pixmaps/flDeclaration.xpm2
-rw-r--r--fluid/pixmaps/flDeclarationBlock.xpm2
-rw-r--r--fluid/pixmaps/flDial.xpm2
-rw-r--r--fluid/pixmaps/flFileBrowser.xpm2
-rw-r--r--fluid/pixmaps/flFileInput.xpm2
-rw-r--r--fluid/pixmaps/flFunction.xpm2
-rw-r--r--fluid/pixmaps/flGroup.xpm2
-rw-r--r--fluid/pixmaps/flHelp.xpm2
-rw-r--r--fluid/pixmaps/flInput.xpm2
-rw-r--r--fluid/pixmaps/flLightButton.xpm2
-rw-r--r--fluid/pixmaps/flMenuButton.xpm2
-rw-r--r--fluid/pixmaps/flMenubar.xpm2
-rw-r--r--fluid/pixmaps/flMenuitem.xpm2
-rw-r--r--fluid/pixmaps/flOutput.xpm2
-rw-r--r--fluid/pixmaps/flPack.xpm2
-rw-r--r--fluid/pixmaps/flProgress.xpm2
-rw-r--r--fluid/pixmaps/flRepeatButton.xpm2
-rw-r--r--fluid/pixmaps/flReturnButton.xpm2
-rw-r--r--fluid/pixmaps/flRoller.xpm2
-rw-r--r--fluid/pixmaps/flRoundButton.xpm2
-rw-r--r--fluid/pixmaps/flScroll.xpm2
-rw-r--r--fluid/pixmaps/flScrollBar.xpm2
-rw-r--r--fluid/pixmaps/flSimpleTerminal.xpm2
-rw-r--r--fluid/pixmaps/flSlider.xpm2
-rw-r--r--fluid/pixmaps/flSpinner.xpm2
-rw-r--r--fluid/pixmaps/flSubmenu.xpm2
-rw-r--r--fluid/pixmaps/flTable.xpm2
-rw-r--r--fluid/pixmaps/flTabs.xpm2
-rw-r--r--fluid/pixmaps/flTextDisplay.xpm2
-rw-r--r--fluid/pixmaps/flTextEdit.xpm2
-rw-r--r--fluid/pixmaps/flTile.xpm2
-rw-r--r--fluid/pixmaps/flTree.xpm2
-rw-r--r--fluid/pixmaps/flValueInput.xpm2
-rw-r--r--fluid/pixmaps/flValueOutput.xpm2
-rw-r--r--fluid/pixmaps/flValueSlider.xpm2
-rw-r--r--fluid/pixmaps/flWidgetClass.xpm2
-rw-r--r--fluid/pixmaps/flWindow.xpm2
-rw-r--r--fluid/pixmaps/flWizard.xpm2
-rw-r--r--fluid/pixmaps/invisible.xpm2
-rw-r--r--fluid/pixmaps/lock.xpm2
-rw-r--r--fluid/pixmaps/print_color.xpm2
-rw-r--r--fluid/pixmaps/print_gray.xpm2
-rw-r--r--fluid/pixmaps/protected.xpm2
57 files changed, 57 insertions, 57 deletions
diff --git a/fluid/pixmaps/flAdjuster.xpm b/fluid/pixmaps/flAdjuster.xpm
index 12ae646b4..1a16b9055 100644
--- a/fluid/pixmaps/flAdjuster.xpm
+++ b/fluid/pixmaps/flAdjuster.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flAdjuster_xpm[] = {
+static const char * const flAdjuster_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flBox.xpm b/fluid/pixmaps/flBox.xpm
index 881170c09..b3483f513 100644
--- a/fluid/pixmaps/flBox.xpm
+++ b/fluid/pixmaps/flBox.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flBox_xpm[] = {
+static const char * const flBox_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flBrowser.xpm b/fluid/pixmaps/flBrowser.xpm
index 50b1d0a42..7ed8f5301 100644
--- a/fluid/pixmaps/flBrowser.xpm
+++ b/fluid/pixmaps/flBrowser.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flBrowser_xpm[] = {
+static const char * const flBrowser_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flButton.xpm b/fluid/pixmaps/flButton.xpm
index 509293e6d..9a2292dec 100644
--- a/fluid/pixmaps/flButton.xpm
+++ b/fluid/pixmaps/flButton.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flButton_xpm[] = {
+static const char * const flButton_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flCheckBrowser.xpm b/fluid/pixmaps/flCheckBrowser.xpm
index 77ffc56b4..3d494a63a 100644
--- a/fluid/pixmaps/flCheckBrowser.xpm
+++ b/fluid/pixmaps/flCheckBrowser.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flCheckBrowser_xpm[] = {
+static const char * const flCheckBrowser_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flCheckButton.xpm b/fluid/pixmaps/flCheckButton.xpm
index 24f51cb39..b61954ddc 100644
--- a/fluid/pixmaps/flCheckButton.xpm
+++ b/fluid/pixmaps/flCheckButton.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flCheckButton_xpm[] = {
+static const char * const flCheckButton_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 7 1",
/* colors */
diff --git a/fluid/pixmaps/flChoice.xpm b/fluid/pixmaps/flChoice.xpm
index 85f54963c..78750cd7d 100644
--- a/fluid/pixmaps/flChoice.xpm
+++ b/fluid/pixmaps/flChoice.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flChoice_xpm[] = {
+static const char * const flChoice_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flClass.xpm b/fluid/pixmaps/flClass.xpm
index cd551bc72..757886f59 100644
--- a/fluid/pixmaps/flClass.xpm
+++ b/fluid/pixmaps/flClass.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flClass_xpm[] = {
+static const char * const flClass_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 4 1",
/* colors */
diff --git a/fluid/pixmaps/flClock.xpm b/fluid/pixmaps/flClock.xpm
index f69f0bf79..839ca8901 100644
--- a/fluid/pixmaps/flClock.xpm
+++ b/fluid/pixmaps/flClock.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flClock_xpm[] = {
+static const char * const flClock_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 5 1",
/* colors */
diff --git a/fluid/pixmaps/flCode.xpm b/fluid/pixmaps/flCode.xpm
index 7a10b2616..8e26067f0 100644
--- a/fluid/pixmaps/flCode.xpm
+++ b/fluid/pixmaps/flCode.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flCode_xpm[] = {
+static const char * const flCode_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 4 1",
/* colors */
diff --git a/fluid/pixmaps/flCodeBlock.xpm b/fluid/pixmaps/flCodeBlock.xpm
index dd18f425a..7b3d0d1d2 100644
--- a/fluid/pixmaps/flCodeBlock.xpm
+++ b/fluid/pixmaps/flCodeBlock.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flCodeBlock_xpm[] = {
+static const char * const flCodeBlock_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 4 1",
/* colors */
diff --git a/fluid/pixmaps/flComment.xpm b/fluid/pixmaps/flComment.xpm
index 191b13910..aaeeffb47 100644
--- a/fluid/pixmaps/flComment.xpm
+++ b/fluid/pixmaps/flComment.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flComment_xpm[] = {
+static const char * const flComment_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 4 1",
/* colors */
diff --git a/fluid/pixmaps/flCounter.xpm b/fluid/pixmaps/flCounter.xpm
index 995b7efb1..13345cd14 100644
--- a/fluid/pixmaps/flCounter.xpm
+++ b/fluid/pixmaps/flCounter.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flCounter_xpm[] = {
+static const char * const flCounter_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flData.xpm b/fluid/pixmaps/flData.xpm
index a01582ca2..1f39f868c 100644
--- a/fluid/pixmaps/flData.xpm
+++ b/fluid/pixmaps/flData.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flData_xpm[] = {
+static const char * const flData_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flDeclaration.xpm b/fluid/pixmaps/flDeclaration.xpm
index dd6a4de47..6ef53dc87 100644
--- a/fluid/pixmaps/flDeclaration.xpm
+++ b/fluid/pixmaps/flDeclaration.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flDeclaration_xpm[] = {
+static const char * const flDeclaration_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 4 1",
/* colors */
diff --git a/fluid/pixmaps/flDeclarationBlock.xpm b/fluid/pixmaps/flDeclarationBlock.xpm
index ec4df041b..d43ec615a 100644
--- a/fluid/pixmaps/flDeclarationBlock.xpm
+++ b/fluid/pixmaps/flDeclarationBlock.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flDeclarationBlock_xpm[] = {
+static const char * const flDeclarationBlock_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 4 1",
/* colors */
diff --git a/fluid/pixmaps/flDial.xpm b/fluid/pixmaps/flDial.xpm
index 29376ac42..128d56cd5 100644
--- a/fluid/pixmaps/flDial.xpm
+++ b/fluid/pixmaps/flDial.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flDial_xpm[] = {
+static const char * const flDial_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 5 1",
/* colors */
diff --git a/fluid/pixmaps/flFileBrowser.xpm b/fluid/pixmaps/flFileBrowser.xpm
index 98b02e9dd..6edef0e5c 100644
--- a/fluid/pixmaps/flFileBrowser.xpm
+++ b/fluid/pixmaps/flFileBrowser.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flFileBrowser_xpm[] = {
+static const char * const flFileBrowser_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flFileInput.xpm b/fluid/pixmaps/flFileInput.xpm
index 014c2248e..66cbb04e2 100644
--- a/fluid/pixmaps/flFileInput.xpm
+++ b/fluid/pixmaps/flFileInput.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flFileInput_xpm[] = {
+static const char * const flFileInput_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flFunction.xpm b/fluid/pixmaps/flFunction.xpm
index 54f6cef9a..a05c366f1 100644
--- a/fluid/pixmaps/flFunction.xpm
+++ b/fluid/pixmaps/flFunction.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flFunction_xpm[] = {
+static const char * const flFunction_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 4 1",
/* colors */
diff --git a/fluid/pixmaps/flGroup.xpm b/fluid/pixmaps/flGroup.xpm
index daa21cfcc..a2463dca9 100644
--- a/fluid/pixmaps/flGroup.xpm
+++ b/fluid/pixmaps/flGroup.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flGroup_xpm[] = {
+static const char * const flGroup_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flHelp.xpm b/fluid/pixmaps/flHelp.xpm
index 6a9c0a0fa..3c4da9c4c 100644
--- a/fluid/pixmaps/flHelp.xpm
+++ b/fluid/pixmaps/flHelp.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flHelp_xpm[] = {
+static const char * const flHelp_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flInput.xpm b/fluid/pixmaps/flInput.xpm
index 0d4f04c83..de85f7b5e 100644
--- a/fluid/pixmaps/flInput.xpm
+++ b/fluid/pixmaps/flInput.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flInput_xpm[] = {
+static const char * const flInput_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flLightButton.xpm b/fluid/pixmaps/flLightButton.xpm
index bd14fc7a0..e055b33a7 100644
--- a/fluid/pixmaps/flLightButton.xpm
+++ b/fluid/pixmaps/flLightButton.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flLightButton_xpm[] = {
+static const char * const flLightButton_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flMenuButton.xpm b/fluid/pixmaps/flMenuButton.xpm
index 1cf862490..23a271ad0 100644
--- a/fluid/pixmaps/flMenuButton.xpm
+++ b/fluid/pixmaps/flMenuButton.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flMenuButton_xpm[] = {
+static const char * const flMenuButton_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flMenubar.xpm b/fluid/pixmaps/flMenubar.xpm
index d72436df5..a5802b724 100644
--- a/fluid/pixmaps/flMenubar.xpm
+++ b/fluid/pixmaps/flMenubar.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flMenubar_xpm[] = {
+static const char * const flMenubar_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flMenuitem.xpm b/fluid/pixmaps/flMenuitem.xpm
index 73228fc04..588c3bce5 100644
--- a/fluid/pixmaps/flMenuitem.xpm
+++ b/fluid/pixmaps/flMenuitem.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flMenuitem_xpm[] = {
+static const char * const flMenuitem_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flOutput.xpm b/fluid/pixmaps/flOutput.xpm
index 0588f7a22..0d8bc66be 100644
--- a/fluid/pixmaps/flOutput.xpm
+++ b/fluid/pixmaps/flOutput.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flOutput_xpm[] = {
+static const char * const flOutput_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flPack.xpm b/fluid/pixmaps/flPack.xpm
index 8161c98f7..42257dc60 100644
--- a/fluid/pixmaps/flPack.xpm
+++ b/fluid/pixmaps/flPack.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flPack_xpm[] = {
+static const char * const flPack_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flProgress.xpm b/fluid/pixmaps/flProgress.xpm
index 02890f260..38b53f387 100644
--- a/fluid/pixmaps/flProgress.xpm
+++ b/fluid/pixmaps/flProgress.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flProgress_xpm[] = {
+static const char * const flProgress_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flRepeatButton.xpm b/fluid/pixmaps/flRepeatButton.xpm
index 1ee05f398..c7d387c96 100644
--- a/fluid/pixmaps/flRepeatButton.xpm
+++ b/fluid/pixmaps/flRepeatButton.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flRepeatButton_xpm[] = {
+static const char * const flRepeatButton_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flReturnButton.xpm b/fluid/pixmaps/flReturnButton.xpm
index d875e01a0..74c64242a 100644
--- a/fluid/pixmaps/flReturnButton.xpm
+++ b/fluid/pixmaps/flReturnButton.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flReturnButton_xpm[] = {
+static const char * const flReturnButton_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flRoller.xpm b/fluid/pixmaps/flRoller.xpm
index 1000bb5bd..f54d5e35b 100644
--- a/fluid/pixmaps/flRoller.xpm
+++ b/fluid/pixmaps/flRoller.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flRoller_xpm[] = {
+static const char * const flRoller_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flRoundButton.xpm b/fluid/pixmaps/flRoundButton.xpm
index c9658e606..6b38b09be 100644
--- a/fluid/pixmaps/flRoundButton.xpm
+++ b/fluid/pixmaps/flRoundButton.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flRoundButton_xpm[] = {
+static const char * const flRoundButton_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 7 1",
/* colors */
diff --git a/fluid/pixmaps/flScroll.xpm b/fluid/pixmaps/flScroll.xpm
index 9dcdd2411..21f5427a6 100644
--- a/fluid/pixmaps/flScroll.xpm
+++ b/fluid/pixmaps/flScroll.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flScroll_xpm[] = {
+static const char * const flScroll_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flScrollBar.xpm b/fluid/pixmaps/flScrollBar.xpm
index c18a08ca1..d4223620f 100644
--- a/fluid/pixmaps/flScrollBar.xpm
+++ b/fluid/pixmaps/flScrollBar.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flScrollBar_xpm[] = {
+static const char * const flScrollBar_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flSimpleTerminal.xpm b/fluid/pixmaps/flSimpleTerminal.xpm
index e7c91bc27..2191ebc57 100644
--- a/fluid/pixmaps/flSimpleTerminal.xpm
+++ b/fluid/pixmaps/flSimpleTerminal.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flSimpleTerminal_xpm[] = {
+static const char * const flSimpleTerminal_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flSlider.xpm b/fluid/pixmaps/flSlider.xpm
index 524268de5..e6b2e5056 100644
--- a/fluid/pixmaps/flSlider.xpm
+++ b/fluid/pixmaps/flSlider.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flSlider_xpm[] = {
+static const char * const flSlider_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flSpinner.xpm b/fluid/pixmaps/flSpinner.xpm
index 840d87b89..f1b3fc178 100644
--- a/fluid/pixmaps/flSpinner.xpm
+++ b/fluid/pixmaps/flSpinner.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flSpinner_xpm[]={
+static const char * const flSpinner_xpm[]={
"16 16 6 1",
". c None",
"c c #000000",
diff --git a/fluid/pixmaps/flSubmenu.xpm b/fluid/pixmaps/flSubmenu.xpm
index 18439f8b2..4496605c1 100644
--- a/fluid/pixmaps/flSubmenu.xpm
+++ b/fluid/pixmaps/flSubmenu.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flSubmenu_xpm[] = {
+static const char * const flSubmenu_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flTable.xpm b/fluid/pixmaps/flTable.xpm
index f93a82756..04ae7d38c 100644
--- a/fluid/pixmaps/flTable.xpm
+++ b/fluid/pixmaps/flTable.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flTable_xpm[] = {
+static const char * const flTable_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flTabs.xpm b/fluid/pixmaps/flTabs.xpm
index 8aec7937b..23dbb628b 100644
--- a/fluid/pixmaps/flTabs.xpm
+++ b/fluid/pixmaps/flTabs.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flTabs_xpm[] = {
+static const char * const flTabs_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flTextDisplay.xpm b/fluid/pixmaps/flTextDisplay.xpm
index 990c4a0a0..109d81825 100644
--- a/fluid/pixmaps/flTextDisplay.xpm
+++ b/fluid/pixmaps/flTextDisplay.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flTextDisplay_xpm[] = {
+static const char * const flTextDisplay_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flTextEdit.xpm b/fluid/pixmaps/flTextEdit.xpm
index 8a892d897..8f6918f78 100644
--- a/fluid/pixmaps/flTextEdit.xpm
+++ b/fluid/pixmaps/flTextEdit.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flTextEdit_xpm[] = {
+static const char * const flTextEdit_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flTile.xpm b/fluid/pixmaps/flTile.xpm
index c64f78fef..db72e763a 100644
--- a/fluid/pixmaps/flTile.xpm
+++ b/fluid/pixmaps/flTile.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flTile_xpm[] = {
+static const char * const flTile_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flTree.xpm b/fluid/pixmaps/flTree.xpm
index 7796205ab..ef93b28ba 100644
--- a/fluid/pixmaps/flTree.xpm
+++ b/fluid/pixmaps/flTree.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flTree_xpm[] = {
+static const char * const flTree_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 7 1",
/* colors */
diff --git a/fluid/pixmaps/flValueInput.xpm b/fluid/pixmaps/flValueInput.xpm
index dc56bd865..654db4011 100644
--- a/fluid/pixmaps/flValueInput.xpm
+++ b/fluid/pixmaps/flValueInput.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flValueInput_xpm[] = {
+static const char * const flValueInput_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flValueOutput.xpm b/fluid/pixmaps/flValueOutput.xpm
index c6d1de160..43de42c94 100644
--- a/fluid/pixmaps/flValueOutput.xpm
+++ b/fluid/pixmaps/flValueOutput.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flValueOutput_xpm[] = {
+static const char * const flValueOutput_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flValueSlider.xpm b/fluid/pixmaps/flValueSlider.xpm
index 819a4f5e4..9e49beeea 100644
--- a/fluid/pixmaps/flValueSlider.xpm
+++ b/fluid/pixmaps/flValueSlider.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flValueSlider_xpm[] = {
+static const char * const flValueSlider_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flWidgetClass.xpm b/fluid/pixmaps/flWidgetClass.xpm
index 79c337768..8fc90bc9d 100644
--- a/fluid/pixmaps/flWidgetClass.xpm
+++ b/fluid/pixmaps/flWidgetClass.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flWidgetClass_xpm[] = {
+static const char * const flWidgetClass_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 8 1",
/* colors */
diff --git a/fluid/pixmaps/flWindow.xpm b/fluid/pixmaps/flWindow.xpm
index 9581a2646..1d8eddd01 100644
--- a/fluid/pixmaps/flWindow.xpm
+++ b/fluid/pixmaps/flWindow.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flWindow_xpm[] = {
+static const char * const flWindow_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/flWizard.xpm b/fluid/pixmaps/flWizard.xpm
index 2347b9340..355e95606 100644
--- a/fluid/pixmaps/flWizard.xpm
+++ b/fluid/pixmaps/flWizard.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *flWizard_xpm[] = {
+static const char * const flWizard_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/invisible.xpm b/fluid/pixmaps/invisible.xpm
index 7a5fa216a..a2b04d1a3 100644
--- a/fluid/pixmaps/invisible.xpm
+++ b/fluid/pixmaps/invisible.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *invisible_xpm[] = {
+static const char * const invisible_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/lock.xpm b/fluid/pixmaps/lock.xpm
index 3ce4b4c10..05cefb84b 100644
--- a/fluid/pixmaps/lock.xpm
+++ b/fluid/pixmaps/lock.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *lock_xpm[] = {
+static const char * const lock_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
diff --git a/fluid/pixmaps/print_color.xpm b/fluid/pixmaps/print_color.xpm
index 149d67b29..8e9fdcaa8 100644
--- a/fluid/pixmaps/print_color.xpm
+++ b/fluid/pixmaps/print_color.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * print_color_xpm[] = {
+static char * const print_color_xpm[] = {
"24 24 17 1",
" c None",
". c #FFFF00",
diff --git a/fluid/pixmaps/print_gray.xpm b/fluid/pixmaps/print_gray.xpm
index 4d5057beb..a541e6cbe 100644
--- a/fluid/pixmaps/print_gray.xpm
+++ b/fluid/pixmaps/print_gray.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * print_gray_xpm[] = {
+static char * const print_gray_xpm[] = {
"24 24 17 1",
" c None",
". c #E3E3E3",
diff --git a/fluid/pixmaps/protected.xpm b/fluid/pixmaps/protected.xpm
index 43afaaa61..0d6fcba00 100644
--- a/fluid/pixmaps/protected.xpm
+++ b/fluid/pixmaps/protected.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char *protected_xpm[] = {
+static const char * const protected_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */