diff options
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/render/theme.c b/render/theme.c index a6931be6..e1cff0cd 100644 --- a/render/theme.c +++ b/render/theme.c @@ -552,6 +552,9 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, theme->def_win_icon = read_c_image(OB_DEFAULT_ICON_WIDTH, OB_DEFAULT_ICON_HEIGHT, OB_DEFAULT_ICON_pixel_data); + theme->def_win_icon_w = OB_DEFAULT_ICON_WIDTH; + theme->def_win_icon_h = OB_DEFAULT_ICON_HEIGHT; + /* read the decoration textures */ if (!read_appearance(db, inst, |
