projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3518112
)
kill some warnings
author
Dana Jansens
<danakj@orodu.net>
Tue, 12 Aug 2003 17:50:00 +0000
(17:50 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 12 Aug 2003 17:50:00 +0000
(17:50 +0000)
render/theme.c
patch
|
blob
|
history
diff --git
a/render/theme.c
b/render/theme.c
index 51a227031bcb89f320201f63221037a8e49747ae..943f690356d0559867ea69ab349ed2c5bf2a4eff 100644
(file)
--- a/
render/theme.c
+++ b/
render/theme.c
@@
-398,8
+398,8
@@
RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
}
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);
+
gu
char data[] = { 0x18, 0x30, 0x60, 0xfe, 0xfe, 0x60, 0x30, 0x18 };
+ theme->menu_bullet_mask = RrPixmapMaskNew(inst, 8, 8,
(char*)
data);
}
/* read the decoration textures */