]> Dogcows Code - chaz/openbox/commitdiff
nicer default bullets
authorDana Jansens <danakj@orodu.net>
Fri, 29 Aug 2003 05:44:17 +0000 (05:44 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 29 Aug 2003 05:44:17 +0000 (05:44 +0000)
render/theme.c

index 65eee18093a4071d757d3310f88bd9d9a7047dc2..6e097bd618aa699f5a35d95e2cf603125a272d7e 100644 (file)
@@ -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 */
This page took 0.026654 seconds and 4 git commands to generate.