Mercurial > mplayer.hg
comparison gui/dialog/pixmaps/aspect.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 |
comparison
equal
deleted
inserted
replaced
35525:e27855a45128 | 35526:3c901704a27c |
---|---|
1 /* XPM */ | |
2 static const char *const aspect_xpm[] = { | |
3 "16 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 }; |