diff --git a/systemclient.cpp b/systemclient.cpp index 9cc9b2d342..da600b237c 100644 --- a/systemclient.cpp +++ b/systemclient.cpp @@ -20,10 +20,10 @@ static unsigned char close_bits[] = { static unsigned char maximize_bits[] = { 0x3f, 0x9f, 0xcf, 0x67, 0x33, 0x19, 0x0c, 0x06 }; -static unsigned char sticky_bits[] = { +static unsigned char unsticky_bits[] = { 0x00, 0x18, 0x18, 0x7e, 0x7e, 0x18, 0x18, 0x00}; -static unsigned char unsticky_bits[] = { +static unsigned char sticky_bits[] = { 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x00, 0x00, 0x00}; static QPixmap *titlePix=0;