Mercurial > mplayer.hg
annotate gui/dialog/pixmaps/url.xpm @ 36014:5b85e4510b5f
Add, group and sort #includes, remove unneeded ones.
author | ib |
---|---|
date | Sun, 31 Mar 2013 03:32:17 +0000 |
parents | 3c901704a27c |
children |
rev | line source |
---|---|
35526 | 1 /* XPM */ |
2 static const char * const url_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 " "}; |