Better close glyph
svn path=/trunk/kdebase/kwin/; revision=57262
This commit is contained in:
parent
62e30dc0dc
commit
3e3111fab9
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue