all repos — openbox @ 735776321cb25a04eb4f0dff988be524a1c30a1e

openbox fork - make it a bit more like ryudo

nicer default bullets
Dana Jansens danakj@orodu.net
commit

735776321cb25a04eb4f0dff988be524a1c30a1e

parent

5fb0a42b2d0dab028a0941df2677bfac7942716d

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M render/theme.crender/theme.c

@@ -405,8 +405,8 @@ theme->close_hover_mask = RrPixmapMaskCopy(theme->close_mask);

} 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 */