]> Dogcows Code - chaz/openbox/commitdiff
add a comment
authorDana Jansens <danakj@orodu.net>
Mon, 6 Aug 2007 01:14:38 +0000 (21:14 -0400)
committerDana Jansens <danakj@orodu.net>
Mon, 6 Aug 2007 01:14:38 +0000 (21:14 -0400)
render/theme.c

index d188e6ae7fc99615cf0c629994e6605255afdf72..3d357e385703b4c53a5c5df45c4b3e5f95dec3ba 100644 (file)
@@ -115,6 +115,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
     theme->a_menu_normal = RrAppearanceNew(inst, 0);
     theme->a_menu_selected = RrAppearanceNew(inst, 0);
     theme->a_menu_disabled = RrAppearanceNew(inst, 0);
+    /* a_menu_disabled_selected is copied from a_menu_selected */
     theme->a_menu_text_normal = RrAppearanceNew(inst, 1);
     theme->a_menu_text_selected = RrAppearanceNew(inst, 1);
     theme->a_menu_text_disabled = RrAppearanceNew(inst, 1);
This page took 0.023469 seconds and 4 git commands to generate.