kill some warnings

This commit is contained in:
Dana Jansens 2003-08-12 17:50:00 +00:00
parent 35181125f1
commit f3926a572b

View file

@ -398,8 +398,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)) {
char data[] = { 0x18, 0x30, 0x60, 0xfe, 0xfe, 0x60, 0x30, 0x18 }; guchar data[] = { 0x18, 0x30, 0x60, 0xfe, 0xfe, 0x60, 0x30, 0x18 };
theme->menu_bullet_mask = RrPixmapMaskNew(inst, 8, 8, data); theme->menu_bullet_mask = RrPixmapMaskNew(inst, 8, 8, (char*)data);
} }
/* read the decoration textures */ /* read the decoration textures */