annotate Gui/mplayer/pixmaps/chapter.xpm @ 15889:efb8b8fa323e
Add missing escapes, this should now cover all shell special characters AFAICS
author |
ranma |
date |
Sat, 02 Jul 2005 19:12:01 +0000 |
parents |
be3261b2bcf4 |
children |
518b5935a909 |
rev |
line source |
13852
|
1 /* XPM */
|
|
2 static char * chapter_xpm[] = {
|
|
3 "16 16 4 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #FFFFFF",
|
|
7 "@ c #CD0909",
|
|
8 " .. ",
|
|
9 " .++. ",
|
|
10 ".++++. ",
|
|
11 ".++++. . . ",
|
|
12 " .++. .@. .@. ",
|
|
13 " .. .@@@..@@@.",
|
|
14 " .@. .@. ",
|
|
15 " . . ",
|
|
16 " .. ",
|
|
17 " .++. ",
|
|
18 ".++++. ",
|
|
19 ".++++. . . ",
|
|
20 " .++. .@. .@. ",
|
|
21 " .. .@@@..@@@.",
|
|
22 " .@. .@. ",
|
|
23 " . . "};
|