Make all XPM files use const char * arrays...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5369 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2006-08-26 13:06:15 +00:00
parent 9c045681c5
commit 73232e0b20
16 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
/* XPM */
static char * porsche[] = {
static const char * porsche[] = {
/* width height ncolors chars_per_pixel */
"64 64 -4 1 ",
/* colormap */

View File

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

View File

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

View File

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

View File

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