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