Mercurial > mplayer.hg
annotate gui/dialog/pixmaps/sub.xpm @ 35526:3c901704a27c
Rebuild GUI directory structure.
Create new directory dialog/ and
move ui/gtk/* and ui/pixmaps/ to dialog/.
author | ib |
---|---|
date | Thu, 06 Dec 2012 14:23:28 +0000 |
parents | |
children |
rev | line source |
---|---|
35526 | 1 /* XPM */ |
2 static const char * const 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 " "}; |