mirror of
https://github.com/fltk/fltk.git
synced 2026-02-05 15:59:50 +08:00
Make remaining 'XPM' images 'const'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *_bae769a99384303e21a66e415de0b1aBvKpx6NXTDEGsJa6[] = {
|
||||
static const char *_bae769a99384303e21a66e415de0b1aBvKpx6NXTDEGsJa6[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 32 1 ",
|
||||
" c #1A1C1C",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *_e101498a8b740e7b97aa74122d70714MqWFs5PhLjx31lZ1[] = {
|
||||
static const char *_e101498a8b740e7b97aa74122d70714MqWFs5PhLjx31lZ1[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"96 96 32 1 ",
|
||||
" c #1A1C1C",
|
||||
|
||||
2
fltk.xpm
2
fltk.xpm
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * const fltk_xpm[] = {
|
||||
static const char * const fltk_xpm[] = {
|
||||
"229 70 152 2",
|
||||
" c None",
|
||||
". c #000066",
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user