summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/pixmaps/aspect.xpm
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-23 07:42:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-23 07:42:42 +0000
commit5c9abf7f9f02a3b675072b2725c2814d1c1ee239 (patch)
tree8e213b4087e2b185725c378bd01c495de587c759 /gui/mplayer/pixmaps/aspect.xpm
parentc9e2a43f1ae48831b0110abc6d92e51b325cf863 (diff)
downloadmpv-5c9abf7f9f02a3b675072b2725c2814d1c1ee239.tar.bz2
mpv-5c9abf7f9f02a3b675072b2725c2814d1c1ee239.tar.xz
Gui --> gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23095 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer/pixmaps/aspect.xpm')
-rw-r--r--gui/mplayer/pixmaps/aspect.xpm22
1 files changed, 22 insertions, 0 deletions
diff --git a/gui/mplayer/pixmaps/aspect.xpm b/gui/mplayer/pixmaps/aspect.xpm
new file mode 100644
index 0000000000..ad07d86e33
--- /dev/null
+++ b/gui/mplayer/pixmaps/aspect.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static const char * aspect_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" ",
+" ............. ",
+" .+++++++++++++.",
+" .+....+...+..+.",
+" .++++++...+..+.",
+" .+........+..+.",
+" .+........+..+.",
+" .+........+..+.",
+" .++++++++++..+.",
+" .+...........+.",
+" .+...........+.",
+" .+++++++++++++.",
+" ............. ",
+" ",
+" "};