Question bitmap flipped the right way around
svn path=/trunk/kdebase/kwin/; revision=57827
This commit is contained in:
parent
06a011198b
commit
d46f5dae45
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue