From d46f5dae4505cbb9b7012cc783627c1f151bdc4f Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Tue, 18 Jul 2000 20:03:29 +0000 Subject: [PATCH] Question bitmap flipped the right way around svn path=/trunk/kdebase/kwin/; revision=57827 --- default/Static.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/Static.cpp b/default/Static.cpp index 5d16daad17..f40e001249 100644 --- a/default/Static.cpp +++ b/default/Static.cpp @@ -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()