Question bitmap flipped the right way around

svn path=/trunk/kdebase/kwin/; revision=57827
This commit is contained in:
Rik Hemsley 2000-07-18 20:03:29 +00:00
parent 06a011198b
commit d46f5dae45

View file

@ -310,7 +310,7 @@ static unsigned char sticky_bits[] = {
0x3c, 0x42, 0x81, 0x81, 0x81, 0x81, 0x42, 0x3c};
static unsigned char question_bits[] = {
0x3c, 0x66, 0x60, 0x30, 0x18, 0x00, 0x18, 0x18};
0x3c, 0x66, 0x06, 0x0c, 0x18, 0x00, 0x18, 0x18};
void
Static::_loadGlyphs()