Mercurial > mplayer.hg
annotate gui/ui/pixmaps/dir2.xpm @ 34755:1ce66378ae1e
Move mp_ao_resume_refill to audio_out.h to avoid compiler
warning about missing prototype in audio_out.c.
Including audio_out_internal.h is not an option since
that causes warnings about "play" etc. functions being
declared but not defined.
author | reimar |
---|---|
date | Fri, 06 Apr 2012 21:26:02 +0000 |
parents | 052789583781 |
children |
rev | line source |
---|---|
33575 | 1 /* XPM */ |
2 static const char * const dir2_xpm[] = { | |
3 "16 16 6 1", | |
4 " c None s None", | |
5 ". c black", | |
6 "X c blue", | |
7 "o c yellow", | |
8 "O c #007FEA", | |
9 "# c white", | |
10 " ", | |
11 " .. ", | |
12 " ..XX. ", | |
13 " ..XXXXX. ", | |
14 " ..XXXXXXXX. ", | |
15 ".ooXXXXXXXXX. ", | |
16 "..ooXXXXXXXXX. ", | |
17 ".X.ooXXXXXXXXX. ", | |
18 ".XX.ooXXXXXX.. ", | |
19 " .XX.ooXXX..#O ", | |
20 " .XX.oo..##OO. ", | |
21 " .XX..##OO.. ", | |
22 " .X.#OO.. ", | |
23 " ..O.. ", | |
24 " .. ", | |
25 " "}; |