Better close glyph

svn path=/trunk/kdebase/kwin/; revision=57262
This commit is contained in:
Rik Hemsley 2000-07-16 11:06:42 +00:00
parent 62e30dc0dc
commit 3e3111fab9

View file

@ -289,7 +289,7 @@ static unsigned char iconify_bits[] = {
0xff, 0xff, 0x00, 0xff, 0xff, 0x7e, 0x3c, 0x18}; 0xff, 0xff, 0x00, 0xff, 0xff, 0x7e, 0x3c, 0x18};
static unsigned char close_bits[] = { 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[] = { static unsigned char maximize_bits[] = {
0x18, 0x3c, 0x7e, 0xff, 0xff, 0x00, 0xff, 0xff }; 0x18, 0x3c, 0x7e, 0xff, 0xff, 0x00, 0xff, 0xff };
@ -306,7 +306,6 @@ static unsigned char sticky_bits[] = {
static unsigned char question_bits[] = { static unsigned char question_bits[] = {
0x3c, 0x66, 0x60, 0x30, 0x18, 0x00, 0x18, 0x18}; 0x3c, 0x66, 0x60, 0x30, 0x18, 0x00, 0x18, 0x18};
void void
Static::_loadGlyphs() Static::_loadGlyphs()
{ {