view gui/ui/pixmaps/subtitle.xpm @ 35060:c5c8d88d612e

directx: Support negative panscanrange (i.e. zooming) for noaccel. All that is necessary is to skip the code clipping the destination rectangle.
author reimar
date Fri, 07 Sep 2012 19:27:44 +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",
"################",
"################",
"##             #",
"#  !!!!!!!!!!!  ",
"# !           ! ",
"# !           ! ",
"# !           ! ",
"# !           ! ",
"# ! !!! !! !! ! ",
"# !           ! ",
"# ! !! !!! !! ! ",
"# !           ! ",
"#  !!!!!!!!!!!  ",
"##             #",
"################",
"################"
};