From 7d9d7dd7b84b077e04d47ddf28961a1f99cbede4 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 5 Feb 2019 00:14:37 +0100 Subject: [PATCH] Fixed all Pixmaps to be '*const' (STR #3108). --- CHANGES.txt | 1 + fltk.xpm | 2 +- fluid/icons/fluid-32.xpm | 2 +- fluid/icons/fluid-96.xpm | 2 +- fluid/pixmaps/flAdjuster.xpm | 2 +- fluid/pixmaps/flBox.xpm | 2 +- fluid/pixmaps/flBrowser.xpm | 2 +- fluid/pixmaps/flButton.xpm | 2 +- fluid/pixmaps/flCheckBrowser.xpm | 2 +- fluid/pixmaps/flCheckButton.xpm | 2 +- fluid/pixmaps/flChoice.xpm | 2 +- fluid/pixmaps/flClass.xpm | 2 +- fluid/pixmaps/flClock.xpm | 2 +- fluid/pixmaps/flCode.xpm | 2 +- fluid/pixmaps/flCodeBlock.xpm | 2 +- fluid/pixmaps/flComment.xpm | 2 +- fluid/pixmaps/flCounter.xpm | 2 +- fluid/pixmaps/flData.xpm | 2 +- fluid/pixmaps/flDeclaration.xpm | 2 +- fluid/pixmaps/flDeclarationBlock.xpm | 2 +- fluid/pixmaps/flDial.xpm | 2 +- fluid/pixmaps/flFileBrowser.xpm | 2 +- fluid/pixmaps/flFileInput.xpm | 2 +- fluid/pixmaps/flFunction.xpm | 2 +- fluid/pixmaps/flGroup.xpm | 2 +- fluid/pixmaps/flHelp.xpm | 2 +- fluid/pixmaps/flInput.xpm | 2 +- fluid/pixmaps/flLightButton.xpm | 2 +- fluid/pixmaps/flMenuButton.xpm | 2 +- fluid/pixmaps/flMenubar.xpm | 2 +- fluid/pixmaps/flMenuitem.xpm | 2 +- fluid/pixmaps/flOutput.xpm | 2 +- fluid/pixmaps/flPack.xpm | 2 +- fluid/pixmaps/flProgress.xpm | 2 +- fluid/pixmaps/flRepeatButton.xpm | 2 +- fluid/pixmaps/flReturnButton.xpm | 2 +- fluid/pixmaps/flRoller.xpm | 2 +- fluid/pixmaps/flRoundButton.xpm | 2 +- fluid/pixmaps/flScroll.xpm | 2 +- fluid/pixmaps/flScrollBar.xpm | 2 +- fluid/pixmaps/flSimpleTerminal.xpm | 2 +- fluid/pixmaps/flSlider.xpm | 2 +- fluid/pixmaps/flSpinner.xpm | 2 +- fluid/pixmaps/flSubmenu.xpm | 2 +- fluid/pixmaps/flTable.xpm | 2 +- fluid/pixmaps/flTabs.xpm | 2 +- fluid/pixmaps/flTextDisplay.xpm | 2 +- fluid/pixmaps/flTextEdit.xpm | 2 +- fluid/pixmaps/flTile.xpm | 2 +- fluid/pixmaps/flTree.xpm | 2 +- fluid/pixmaps/flValueInput.xpm | 2 +- fluid/pixmaps/flValueOutput.xpm | 2 +- fluid/pixmaps/flValueSlider.xpm | 2 +- fluid/pixmaps/flWidgetClass.xpm | 2 +- fluid/pixmaps/flWindow.xpm | 2 +- fluid/pixmaps/flWizard.xpm | 2 +- fluid/pixmaps/invisible.xpm | 2 +- fluid/pixmaps/lock.xpm | 2 +- fluid/pixmaps/print_color.xpm | 2 +- fluid/pixmaps/print_gray.xpm | 2 +- fluid/pixmaps/protected.xpm | 2 +- test/pixmaps/blast.xpm | 2 +- test/pixmaps/blue.xpm | 2 +- test/pixmaps/blue_bomb.xpm | 2 +- test/pixmaps/cyan.xpm | 2 +- test/pixmaps/cyan_bomb.xpm | 2 +- test/pixmaps/gray.xpm | 2 +- test/pixmaps/gray_bomb.xpm | 2 +- test/pixmaps/green.xpm | 2 +- test/pixmaps/green_bomb.xpm | 2 +- test/pixmaps/magenta.xpm | 2 +- test/pixmaps/magenta_bomb.xpm | 2 +- test/pixmaps/porsche.xpm | 2 +- test/pixmaps/porsche1.xpm | 2 +- test/pixmaps/red.xpm | 2 +- test/pixmaps/red_bomb.xpm | 2 +- test/pixmaps/tile.xpm | 2 +- test/pixmaps/yellow.xpm | 2 +- test/pixmaps/yellow_bomb.xpm | 2 +- 79 files changed, 79 insertions(+), 78 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5a83870c5..1bf5be0d7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -150,6 +150,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019 Bug Fixes - (add new items here) + - Fixed all Pixmaps to be '*const' (STR #3108). - Fixed Fl_Text_Editor selection range after paste (STR #3248). - Fixed crash for very small Fl_Color_Chooser (STR #3490). - Removed all shadow lint in header files (STR #2714). diff --git a/fltk.xpm b/fltk.xpm index c0c232c16..b275af51e 100644 --- a/fltk.xpm +++ b/fltk.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * fltk_xpm[] = { +static char * const fltk_xpm[] = { "229 70 152 2", " c None", ". c #000066", 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", 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 */ diff --git a/test/pixmaps/blast.xpm b/test/pixmaps/blast.xpm index 19d0bc7b0..49418ee9b 100644 --- a/test/pixmaps/blast.xpm +++ b/test/pixmaps/blast.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * blast_xpm[] = { +static const char * const blast_xpm[] = { "32 32 32 1", " c #905518", ". c #9F580E", diff --git a/test/pixmaps/blue.xpm b/test/pixmaps/blue.xpm index 89c412e63..67d03de62 100644 --- a/test/pixmaps/blue.xpm +++ b/test/pixmaps/blue.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * blue_xpm[] = { +static const char * const blue_xpm[] = { "32 32 32 1", " c #000100", ". c #0000A5", diff --git a/test/pixmaps/blue_bomb.xpm b/test/pixmaps/blue_bomb.xpm index 72c267eca..d96710540 100644 --- a/test/pixmaps/blue_bomb.xpm +++ b/test/pixmaps/blue_bomb.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * blue_bomb_xpm[] = { +static const char * const blue_bomb_xpm[] = { "32 32 32 1", " c #000100", ". c #010047", diff --git a/test/pixmaps/cyan.xpm b/test/pixmaps/cyan.xpm index 37f74d6dd..88dc450b9 100644 --- a/test/pixmaps/cyan.xpm +++ b/test/pixmaps/cyan.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * cyan_xpm[] = { +static const char * const cyan_xpm[] = { "32 32 32 1", " c #000100", ". c #143144", diff --git a/test/pixmaps/cyan_bomb.xpm b/test/pixmaps/cyan_bomb.xpm index 4936f849c..3bbc52ddd 100644 --- a/test/pixmaps/cyan_bomb.xpm +++ b/test/pixmaps/cyan_bomb.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * cyan_bomb_xpm[] = { +static const char * const cyan_bomb_xpm[] = { "32 32 32 1", " c #000100", ". c #003A3A", diff --git a/test/pixmaps/gray.xpm b/test/pixmaps/gray.xpm index e5da3fc54..d33c34c48 100644 --- a/test/pixmaps/gray.xpm +++ b/test/pixmaps/gray.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * gray_xpm[] = { +static const char * const gray_xpm[] = { "32 32 32 1", " c #000100", ". c #2C393F", diff --git a/test/pixmaps/gray_bomb.xpm b/test/pixmaps/gray_bomb.xpm index 808c50136..80831901f 100644 --- a/test/pixmaps/gray_bomb.xpm +++ b/test/pixmaps/gray_bomb.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * gray_bomb_xpm[] = { +static const char * const gray_bomb_xpm[] = { "32 32 32 1", " c #000100", ". c #2C2E2B", diff --git a/test/pixmaps/green.xpm b/test/pixmaps/green.xpm index 6a5889797..a98f4cbd3 100644 --- a/test/pixmaps/green.xpm +++ b/test/pixmaps/green.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * green_xpm[] = { +static const char * const green_xpm[] = { "32 32 32 1", " c #000100", ". c #022D01", diff --git a/test/pixmaps/green_bomb.xpm b/test/pixmaps/green_bomb.xpm index 7e1d5e751..f4f9b312d 100644 --- a/test/pixmaps/green_bomb.xpm +++ b/test/pixmaps/green_bomb.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * green_bomb_xpm[] = { +static const char * const green_bomb_xpm[] = { "32 32 32 1", " c #000100", ". c #003700", diff --git a/test/pixmaps/magenta.xpm b/test/pixmaps/magenta.xpm index 2405cee0c..375055e70 100644 --- a/test/pixmaps/magenta.xpm +++ b/test/pixmaps/magenta.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * magenta_xpm[] = { +static const char * const magenta_xpm[] = { "32 32 32 1", " c #000100", ". c #380F3F", diff --git a/test/pixmaps/magenta_bomb.xpm b/test/pixmaps/magenta_bomb.xpm index 4cd1816ca..a82c138eb 100644 --- a/test/pixmaps/magenta_bomb.xpm +++ b/test/pixmaps/magenta_bomb.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * magenta_bomb_xpm[] = { +static const char * const magenta_bomb_xpm[] = { "32 32 32 1", " c #000100", ". c #3A033B", diff --git a/test/pixmaps/porsche.xpm b/test/pixmaps/porsche.xpm index be33073ff..bdf8e227e 100644 --- a/test/pixmaps/porsche.xpm +++ b/test/pixmaps/porsche.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * porsche_xpm[] = { +static const char * const porsche_xpm[] = { "64 64 4 1", " c #background", ". c #000000000000", diff --git a/test/pixmaps/porsche1.xpm b/test/pixmaps/porsche1.xpm index aa8fe9420..5662174e4 100644 --- a/test/pixmaps/porsche1.xpm +++ b/test/pixmaps/porsche1.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * porsche[] = { +static const char * const porsche[] = { /* width height ncolors chars_per_pixel */ "64 64 4 1", /* colormap */ diff --git a/test/pixmaps/red.xpm b/test/pixmaps/red.xpm index 46726184d..aa443d984 100644 --- a/test/pixmaps/red.xpm +++ b/test/pixmaps/red.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * red_xpm[] = { +static const char * const red_xpm[] = { "32 32 32 1", " c #000100", ". c #2D0001", diff --git a/test/pixmaps/red_bomb.xpm b/test/pixmaps/red_bomb.xpm index 312fbd331..9ce2a7e1d 100644 --- a/test/pixmaps/red_bomb.xpm +++ b/test/pixmaps/red_bomb.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * red_bomb_xpm[] = { +static const char * const red_bomb_xpm[] = { "32 32 32 1", " c #000100", ". c #340001", diff --git a/test/pixmaps/tile.xpm b/test/pixmaps/tile.xpm index ddc656eff..f09658ea6 100644 --- a/test/pixmaps/tile.xpm +++ b/test/pixmaps/tile.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * tile_xpm[] = { +static const char * const tile_xpm[] = { "100 100 17 1", " c None", ". c #DCDCDC", diff --git a/test/pixmaps/yellow.xpm b/test/pixmaps/yellow.xpm index b493296a9..8122c889f 100644 --- a/test/pixmaps/yellow.xpm +++ b/test/pixmaps/yellow.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * yellow_xpm[] = { +static const char * const yellow_xpm[] = { "32 32 32 1", " c #000100", ". c #2A4602", diff --git a/test/pixmaps/yellow_bomb.xpm b/test/pixmaps/yellow_bomb.xpm index f95ee9b41..9bf4781a3 100644 --- a/test/pixmaps/yellow_bomb.xpm +++ b/test/pixmaps/yellow_bomb.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * yellow_bomb_xpm[] = { +static const char * const yellow_bomb_xpm[] = { "32 32 32 1", " c #000100", ". c #393900",