nicer default bullets
This commit is contained in:
parent
5fb0a42b2d
commit
735776321c
1 changed files with 2 additions and 2 deletions
|
@ -405,8 +405,8 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
|
|||
}
|
||||
|
||||
if (!read_mask(inst, "bullet.xbm", theme, &theme->menu_bullet_mask)) {
|
||||
guchar data[] = { 0x18, 0x30, 0x60, 0xfe, 0xfe, 0x60, 0x30, 0x18 };
|
||||
theme->menu_bullet_mask = RrPixmapMaskNew(inst, 8, 8, (char*)data);
|
||||
guchar data[] = { 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };
|
||||
theme->menu_bullet_mask = RrPixmapMaskNew(inst, 4, 7, (char*)data);
|
||||
}
|
||||
|
||||
/* read the decoration textures */
|
||||
|
|
Loading…
Reference in a new issue