Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/empty.xpm @ 20328:5d9f47834495
Do not use sh_audio->wf values if they are definitely invalid
author | reimar |
---|---|
date | Sat, 21 Oct 2006 17:01:45 +0000 |
parents | 518b5935a909 |
children |
rev | line source |
---|---|
13852 | 1 /* XPM */ |
18773
518b5935a909
Make most of the xpm-files read 'const char*' instead of 'char*'
diego
parents:
13852
diff
changeset
|
2 static const char * empty_xpm[] = { |
13852 | 3 "16 16 1 1", |
4 " c None", | |
5 " ", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " ", | |
17 " ", | |
18 " ", | |
19 " ", | |
20 " "}; |