mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
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:
parent
b6f82eb871
commit
bbeca155de
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *ConfigBox_WxStaticBitmap1_XPM[]={
|
||||
static const char *ConfigBox_WxStaticBitmap1_XPM[]={
|
||||
/* ConfigBox_WxStaticBitmap1 */
|
||||
"421 304 256 2",
|
||||
" c black",
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char *AboutBox_WxStaticBitmap1_XPM[]={
|
||||
static const char *AboutBox_WxStaticBitmap1_XPM[]={
|
||||
/* AboutBox_WxStaticBitmap1 */
|
||||
"200 60 3963 2",
|
||||
" c None",
|
||||
|
Loading…
x
Reference in New Issue
Block a user