kill some warnings
This commit is contained in:
parent
35181125f1
commit
f3926a572b
1 changed files with 2 additions and 2 deletions
|
@ -398,8 +398,8 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
|
|||
}
|
||||
|
||||
if (!read_mask(inst, "bullet.xbm", theme, &theme->menu_bullet_mask)) {
|
||||
char data[] = { 0x18, 0x30, 0x60, 0xfe, 0xfe, 0x60, 0x30, 0x18 };
|
||||
theme->menu_bullet_mask = RrPixmapMaskNew(inst, 8, 8, data);
|
||||
guchar data[] = { 0x18, 0x30, 0x60, 0xfe, 0xfe, 0x60, 0x30, 0x18 };
|
||||
theme->menu_bullet_mask = RrPixmapMaskNew(inst, 8, 8, (char*)data);
|
||||
}
|
||||
|
||||
/* read the decoration textures */
|
||||
|
|
Loading…
Reference in a new issue