Mercurial > mplayer.hg
annotate gui/mplayer/pixmaps/pl.xpm @ 32709:f1b29f413940
Correct translation of filenames and prevent out-of-bounds array access
author | ib |
---|---|
date | Tue, 18 Jan 2011 11:39:49 +0000 |
parents | 09c3ce60f369 |
children |
rev | line source |
---|---|
23077 | 1 /* XPM */ |
25715
09c3ce60f369
Make xpm arrays really const (I missed that they are not strings but
reimar
parents:
23077
diff
changeset
|
2 static const char * const pl_xpm[] = { |
23077 | 3 "16 16 7 1", |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #FEFEFE", | |
7 "@ c #C1C1C1", | |
8 "# c #C2C2C2", | |
9 "$ c #A0A0A0", | |
10 "% c #BBBBBB", | |
11 " .. ", | |
12 " .+@. .. ... .. ", | |
13 " .#$. ", | |
14 " .. ", | |
15 " ", | |
16 " ", | |
17 " .. ", | |
18 " .+@. ", | |
19 " .#$. ..... ... ", | |
20 " .. ", | |
21 " ", | |
22 " ", | |
23 " .. ", | |
24 " .+%. ..... ... ", | |
25 " .#$. ", | |
26 " .. "}; |