Added "const" to the data type. This fixes loads of compile warnings and the resulting file seems to still be a valid XPM (in fact, some of the files already had "const").

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@349 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne 2008-08-27 11:24:16 +00:00
parent b6f82eb871
commit bbeca155de
17 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_browse_xpm[] = {
static const char *toolbar_browse_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 148 2",
" c #14100F",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_file_open_xpm[] = {
static const char *toolbar_file_open_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 87 1",
" c #B09454",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_fullscreen_xpm[] = {
static const char *toolbar_fullscreen_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 78 1",
" c #0EA437",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_help_xpm[] = {
static const char *toolbar_help_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 229 2",
" c #121F74",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_pause_xpm[] = {
static const char *toolbar_pause_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 94 2",
" c #96140D",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_play_xpm[] = {
static const char *toolbar_play_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 95 2",
" c #9D0F08",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_play_dis_xpm[] = {
static const char *toolbar_play_dis_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 82 1",
" c #566067",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_plugin_dsp_xpm[] = {
static const char *toolbar_plugin_dsp_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 249 2",
" c #3C3937",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_plugin_gfx_xpm[] = {
static const char *toolbar_plugin_gfx_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 256 2",
" c #0C4F95",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_plugin_options_xpm[] = {
static const char *toolbar_plugin_options_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 58 1",
" c #666463",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_plugin_options_dis_xpm[] = {
static const char *toolbar_plugin_options_dis_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 223 2",
" c #6A6766",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_plugin_pad_xpm[] = {
static const char *toolbar_plugin_pad_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 174 2",
" c #78110C",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_refresh_xpm[] = {
static const char *toolbar_refresh_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 138 2",
" c #990A02",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_stop_xpm[] = {
static const char *toolbar_stop_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 72 1",
" c #96150D",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *toolbar_stop_dis_xpm[] = {
static const char *toolbar_stop_dis_xpm[] = {
/* columns rows colors chars-per-pixel */
"48 48 74 1",
" c #566167",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *ConfigBox_WxStaticBitmap1_XPM[]={
static const char *ConfigBox_WxStaticBitmap1_XPM[]={
/* ConfigBox_WxStaticBitmap1 */
"421 304 256 2",
" c black",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *AboutBox_WxStaticBitmap1_XPM[]={
static const char *AboutBox_WxStaticBitmap1_XPM[]={
/* AboutBox_WxStaticBitmap1 */
"200 60 3963 2",
" c None",