Mercurial > mplayer.hg
annotate gui/dialog/pixmaps/aspect11.xpm @ 36143:3c1595fcf004
Update calculation of allocation size for direct rendering.
author | reimar |
---|---|
date | Sun, 05 May 2013 07:27:33 +0000 |
parents | 3c901704a27c |
children |
rev | line source |
---|---|
35526 | 1 /* XPM */ |
2 static const char *const aspect11_xpm[] = { | |
3 "19 16 3 1 0 0", | |
4 " c #000000", | |
5 "! c #FFFFFF", | |
6 "# c None", | |
7 "###################", | |
8 "###################", | |
9 "###################", | |
10 "# #", | |
11 " !!!!!!!!!!!!!!! ", | |
12 " ! ! ", | |
13 " ! ! ! ! ", | |
14 " ! !! ! !! ! ", | |
15 " ! ! ! ! ", | |
16 " ! ! ! ! ! ", | |
17 " ! !!! !!! ! ", | |
18 " ! ! ", | |
19 " !!!!!!!!!!!!!!! ", | |
20 "# #", | |
21 "###################", | |
22 "###################" | |
23 }; |