Constify XPMs, to squelch compiler warnings.

XPMs are C code; don't tag them as binary.

svn path=/trunk/; revision=18413
This commit is contained in:
Guy Harris 2006-06-09 22:59:04 +00:00
parent 1edbac09c0
commit e2ca218b3f
8 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char * wsicon16_xpm[] = {
static const char * wsicon16_xpm[] = {
"16 16 128 2",
" c None",
". c #03131B",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * wsicon32_xpm[] = {
static const char * wsicon32_xpm[] = {
"32 32 236 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * wsicon48_xpm[] = {
static const char * wsicon48_xpm[] = {
"48 48 336 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * wsicon64_xpm[] = {
static const char * wsicon64_xpm[] = {
"64 64 395 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * wsiconcap16_xpm[] = {
static const char * wsiconcap16_xpm[] = {
"16 16 156 2",
" c None",
". c #03131B",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * wsiconcap32_xpm[] = {
static const char * wsiconcap32_xpm[] = {
"32 32 312 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * wsiconcap48_xpm[] = {
static const char * wsiconcap48_xpm[] = {
"48 48 445 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * wssplash_xpm[] = {
static const char * wssplash_xpm[] = {
"184 64 214 2",
" c #000000",
". c #1897C0",