1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

Make all gui xpm bitmaps const

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25742 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-13 16:43:36 +00:00
parent 1ade4e20ba
commit 0f5b555562
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char * MPlayer_mini_xpm[] = {
static const char * MPlayer_mini_xpm[] = {
"146 121 514 2",
" c None",
". c #2C2256",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * about_xpm[] = {
static const char * about_xpm[] = {
"320 170 254 2",
" c None",
". c #070707",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * dir_xpm[] = {
static const char * dir_xpm[] = {
"16 16 129 2",
" c None",
". c #B5C7C7",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * error_xpm[] = {
static const char * error_xpm[] = {
"48 47 494 2",
" c None",
". c #A56152",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * file_xpm[] = {
static const char * file_xpm[] = {
"16 16 7 1",
" c None",
". c #9A9A9A",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * up_xpm[] = {
static const char * up_xpm[] = {
"16 16 93 2",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * warning_xpm[] = {
static const char * warning_xpm[] = {
"48 48 263 2",
" c None",
". c #6D0000",