From 3e3111fab9fb98d24940e7f61e6214fe68274c8c Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Sun, 16 Jul 2000 11:06:42 +0000 Subject: [PATCH] Better close glyph svn path=/trunk/kdebase/kwin/; revision=57262 --- default/Static.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default/Static.cpp b/default/Static.cpp index d8cbf9e8c6..637b5f6a58 100644 --- a/default/Static.cpp +++ b/default/Static.cpp @@ -289,7 +289,7 @@ static unsigned char iconify_bits[] = { 0xff, 0xff, 0x00, 0xff, 0xff, 0x7e, 0x3c, 0x18}; static unsigned char close_bits[] = { - 0xc3, 0x66, 0x3c, 0x18, 0x3c, 0x66, 0xc3, 0x00 }; + 0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42}; static unsigned char maximize_bits[] = { 0x18, 0x3c, 0x7e, 0xff, 0xff, 0x00, 0xff, 0xff }; @@ -306,7 +306,6 @@ static unsigned char sticky_bits[] = { static unsigned char question_bits[] = { 0x3c, 0x66, 0x60, 0x30, 0x18, 0x00, 0x18, 0x18}; - void Static::_loadGlyphs() {