view 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
line wrap: on
line source

/* XPM */
static const char *const subtitle_xpm[] = {
"16 16 3 1 0 0",
"  c #000000",
"! c #FFFFFF",
"# c None",
"################",
"################",
"##             #",
"#  !!!!!!!!!!!  ",
"# !           ! ",
"# !           ! ",
"# !           ! ",
"# !           ! ",
"# ! !!! !! !! ! ",
"# !           ! ",
"# ! !! !!! !! ! ",
"# !           ! ",
"#  !!!!!!!!!!!  ",
"##             #",
"################",
"################"
};