Mercurial > mplayer.hg
annotate Gui/mplayer/pixmaps/sub.xpm @ 16182:99988abe7afb
missing include
author | rathann |
---|---|
date | Sat, 06 Aug 2005 15:43:08 +0000 |
parents | be3261b2bcf4 |
children | 518b5935a909 |
rev | line source |
---|---|
13852 | 1 /* XPM */ |
2 static char * sub_xpm[] = { | |
3 "16 16 2 1", | |
4 " c None", | |
5 ". c #000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ... . . ... ", | |
11 ". . . . . ", | |
12 ". . . . . ", | |
13 " .. . . ... ", | |
14 " . . . . . ", | |
15 " . . . . . ", | |
16 "... ... ... ", | |
17 " ", | |
18 " ", | |
19 " ", | |
20 " ", | |
21 " "}; |