mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwin: mark decoration pixmaps bits as constant
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
678dc2966e
commit
c762949ae3
1 changed files with 11 additions and 11 deletions
|
@ -36,7 +36,7 @@
|
|||
// close.xbm:
|
||||
#define close_width 12
|
||||
#define close_height 12
|
||||
static unsigned char close_bits[] = {
|
||||
static const unsigned char close_bits[] = {
|
||||
0x00, 0x00, 0x06, 0x06, 0x0e, 0x07, 0x9c, 0x03, 0xf8, 0x01, 0xf0, 0x00,
|
||||
0xf0, 0x00, 0xf8, 0x01, 0x9c, 0x03, 0x0e, 0x07, 0x06, 0x06, 0x00, 0x00
|
||||
};
|
||||
|
@ -44,7 +44,7 @@ static unsigned char close_bits[] = {
|
|||
// help.xbm:
|
||||
#define help_width 12
|
||||
#define help_height 12
|
||||
static unsigned char help_bits[] = {
|
||||
static const unsigned char help_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0xfc, 0x01, 0x8c, 0x01, 0xc0, 0x01,
|
||||
0xe0, 0x00, 0x60, 0x00, 0x00, 0x00, 0x60, 0x00, 0x60, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
@ -52,7 +52,7 @@ static unsigned char help_bits[] = {
|
|||
// keepaboveothers.xbm:
|
||||
#define keepaboveothers_width 12
|
||||
#define keepaboveothers_height 12
|
||||
static unsigned char keepaboveothers_bits[] = {
|
||||
static const unsigned char keepaboveothers_bits[] = {
|
||||
0x00, 0x00, 0x60, 0x00, 0xf0, 0x00, 0xf8, 0x01, 0x60, 0x00, 0xfe, 0x07,
|
||||
0xfe, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
@ -60,7 +60,7 @@ static unsigned char keepaboveothers_bits[] = {
|
|||
// keepbelowothers.xbm:
|
||||
#define keepbelowothers_width 12
|
||||
#define keepbelowothers_height 12
|
||||
static unsigned char keepbelowothers_bits[] = {
|
||||
static const unsigned char keepbelowothers_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x07,
|
||||
0xfe, 0x07, 0x60, 0x00, 0xf8, 0x01, 0xf0, 0x00, 0x60, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
@ -68,7 +68,7 @@ static unsigned char keepbelowothers_bits[] = {
|
|||
// maximize.xbm:
|
||||
#define maximize_width 12
|
||||
#define maximize_height 12
|
||||
static unsigned char maximize_bits[] = {
|
||||
static const unsigned char maximize_bits[] = {
|
||||
0x00, 0x00, 0xfe, 0x07, 0xfe, 0x07, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04,
|
||||
0x02, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04, 0xfe, 0x07, 0x00, 0x00
|
||||
};
|
||||
|
@ -76,7 +76,7 @@ static unsigned char maximize_bits[] = {
|
|||
// menu.xbm:
|
||||
#define menu_width 12
|
||||
#define menu_height 12
|
||||
static unsigned char menu_bits[] = {
|
||||
static const unsigned char menu_bits[] = {
|
||||
0x00, 0x00, 0xfc, 0x03, 0xf4, 0x02, 0x04, 0x02, 0xf4, 0x02, 0x04, 0x02,
|
||||
0xf4, 0x02, 0x04, 0x02, 0xf4, 0x02, 0x04, 0x02, 0xfc, 0x03, 0x00, 0x00
|
||||
};
|
||||
|
@ -84,7 +84,7 @@ static unsigned char menu_bits[] = {
|
|||
// minimize.xbm:
|
||||
#define minimize_width 12
|
||||
#define minimize_height 12
|
||||
static unsigned char minimize_bits[] = {
|
||||
static const unsigned char minimize_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x07, 0xfe, 0x07, 0x00, 0x00
|
||||
};
|
||||
|
@ -92,7 +92,7 @@ static unsigned char minimize_bits[] = {
|
|||
// onalldesktops.xbm:
|
||||
#define onalldesktops_width 12
|
||||
#define onalldesktops_height 12
|
||||
static unsigned char onalldesktops_bits[] = {
|
||||
static const unsigned char onalldesktops_bits[] = {
|
||||
0x00, 0x00, 0x60, 0x00, 0x60, 0x00, 0x60, 0x00, 0x60, 0x00, 0xfe, 0x07,
|
||||
0xfe, 0x07, 0x60, 0x00, 0x60, 0x00, 0x60, 0x00, 0x60, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
@ -100,7 +100,7 @@ static unsigned char onalldesktops_bits[] = {
|
|||
// resize.xbm:
|
||||
#define resize_width 12
|
||||
#define resize_height 12
|
||||
static unsigned char resize_bits[] = {
|
||||
static const unsigned char resize_bits[] = {
|
||||
0x00, 0x00, 0xfe, 0x07, 0x42, 0x04, 0x42, 0x04, 0x42, 0x04, 0x42, 0x04,
|
||||
0x7e, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04, 0xfe, 0x07, 0x00, 0x00
|
||||
};
|
||||
|
@ -108,7 +108,7 @@ static unsigned char resize_bits[] = {
|
|||
// shade.xbm:
|
||||
#define shade_width 12
|
||||
#define shade_height 12
|
||||
static unsigned char shade_bits[] = {
|
||||
static const unsigned char shade_bits[] = {
|
||||
0x00, 0x00, 0xfe, 0x07, 0xfe, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
@ -116,7 +116,7 @@ static unsigned char shade_bits[] = {
|
|||
// spacer.xbm:
|
||||
#define spacer_width 12
|
||||
#define spacer_height 12
|
||||
static unsigned char spacer_bits[] = {
|
||||
static const unsigned char spacer_bits[] = {
|
||||
0x00, 0x00, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0x54, 0x03,
|
||||
0xac, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0x00, 0x00
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue