diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-29 05:44:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-29 05:44:17 +0000 |
| commit | 735776321cb25a04eb4f0dff988be524a1c30a1e (patch) | |
| tree | 10102cef074587e486674665e1034a1a0d39f6b6 | |
| parent | 5fb0a42b2d0dab028a0941df2677bfac7942716d (diff) | |
nicer default bullets
| -rw-r--r-- | render/theme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/render/theme.c b/render/theme.c index 65eee180..6e097bd6 100644 --- a/render/theme.c +++ b/render/theme.c @@ -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 */ |
