annotate gui/ui/pixmaps/subtitle.xpm @ 35221:93337793866d
Do range check before using the variable for array indexing.
The other way round makes little sense...
author |
reimar |
date |
Wed, 31 Oct 2012 20:29:28 +0000 |
parents |
6a6b32a9b6b1 |
children |
|
rev |
line source |
34903
|
1 /* XPM */
|
|
2 static const char *const subtitle_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 };
|