all repos — openbox @ f3926a572bda1212f4454e0cf9b5afa66add4268

openbox fork - make it a bit more like ryudo

kill some warnings
Dana Jansens danakj@orodu.net
commit

f3926a572bda1212f4454e0cf9b5afa66add4268

parent

35181125f185102f37b53af92a4dbc251d1a6e19

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

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

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

} if (!read_mask(inst, "bullet.xbm", theme, &theme->menu_bullet_mask)) { - char data[] = { 0x18, 0x30, 0x60, 0xfe, 0xfe, 0x60, 0x30, 0x18 }; - theme->menu_bullet_mask = RrPixmapMaskNew(inst, 8, 8, data); + guchar data[] = { 0x18, 0x30, 0x60, 0xfe, 0xfe, 0x60, 0x30, 0x18 }; + theme->menu_bullet_mask = RrPixmapMaskNew(inst, 8, 8, (char*)data); } /* read the decoration textures */