nicer default bullets

This commit is contained in:
Dana Jansens 2003-08-29 05:44:17 +00:00
parent 5fb0a42b2d
commit 735776321c

View file

@ -405,8 +405,8 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
} }
if (!read_mask(inst, "bullet.xbm", theme, &theme->menu_bullet_mask)) { if (!read_mask(inst, "bullet.xbm", theme, &theme->menu_bullet_mask)) {
guchar data[] = { 0x18, 0x30, 0x60, 0xfe, 0xfe, 0x60, 0x30, 0x18 }; guchar data[] = { 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };
theme->menu_bullet_mask = RrPixmapMaskNew(inst, 8, 8, (char*)data); theme->menu_bullet_mask = RrPixmapMaskNew(inst, 4, 7, (char*)data);
} }
/* read the decoration textures */ /* read the decoration textures */