]> Dogcows Code - chaz/openbox/blobdiff - render/theme.c
Introducing the icon cache.
[chaz/openbox] / render / theme.c
index b1b15ff249c08496890332e885014c556cb6e172..cd2352c3ca5bb43f8935e80d9b52e61cdda83be8 100644 (file)
@@ -547,6 +547,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,
This page took 0.023925 seconds and 4 git commands to generate.