Fixed all Pixmaps to be '*const' (STR #3108).

This commit is contained in:
Matthias Melcher 2019-02-05 00:14:37 +01:00
parent 4b4e95f280
commit 7d9d7dd7b8
79 changed files with 79 additions and 78 deletions

View File

@ -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).

View File

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

View File

@ -1,5 +1,5 @@
/* XPM */
static char * fluid_32_xpm[] = {
static char * const fluid_32_xpm[] = {
"32 32 32 1",
" c None",
". c #000200",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * fluid_96_xpm[] = {
static char * const fluid_96_xpm[] = {
"96 96 32 1",
" c None",
". c #000100",

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

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

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -1,5 +1,5 @@
/* XPM */
static char * print_color_xpm[] = {
static char * const print_color_xpm[] = {
"24 24 17 1",
" c None",
". c #FFFF00",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * print_gray_xpm[] = {
static char * const print_gray_xpm[] = {
"24 24 17 1",
" c None",
". c #E3E3E3",

View File

@ -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 */

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * blast_xpm[] = {
static const char * const blast_xpm[] = {
"32 32 32 1",
" c #905518",
". c #9F580E",

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * blue_xpm[] = {
static const char * const blue_xpm[] = {
"32 32 32 1",
" c #000100",
". c #0000A5",

View File

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

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * cyan_xpm[] = {
static const char * const cyan_xpm[] = {
"32 32 32 1",
" c #000100",
". c #143144",

View File

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

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * gray_xpm[] = {
static const char * const gray_xpm[] = {
"32 32 32 1",
" c #000100",
". c #2C393F",

View File

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

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * green_xpm[] = {
static const char * const green_xpm[] = {
"32 32 32 1",
" c #000100",
". c #022D01",

View File

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

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * magenta_xpm[] = {
static const char * const magenta_xpm[] = {
"32 32 32 1",
" c #000100",
". c #380F3F",

View File

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

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * porsche_xpm[] = {
static const char * const porsche_xpm[] = {
"64 64 4 1",
" c #background",
". c #000000000000",

View File

@ -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 */

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * red_xpm[] = {
static const char * const red_xpm[] = {
"32 32 32 1",
" c #000100",
". c #2D0001",

View File

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

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * tile_xpm[] = {
static const char * const tile_xpm[] = {
"100 100 17 1",
" c None",
". c #DCDCDC",

View File

@ -1,5 +1,5 @@
/* XPM */
static const char * yellow_xpm[] = {
static const char * const yellow_xpm[] = {
"32 32 32 1",
" c #000100",
". c #2A4602",

View File

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