]> Dogcows Code - chaz/openbox/commitdiff
add comment
authorDana Jansens <danakj@orodu.net>
Thu, 26 Jun 2003 01:35:41 +0000 (01:35 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 26 Jun 2003 01:35:41 +0000 (01:35 +0000)
render/theme.c

index 3da9986848671977935f9d17e85920624fe71bc0..c80f485751771b0f416fc6a502ad0a9f9ccef438 100644 (file)
@@ -164,6 +164,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
         font_str = "NLIMC";
     theme->title_layout = g_strdup(font_str);
 
+    /* load direct dimensions */
     if (!read_int(db, "handleWidth", &theme->handle_height) ||
        theme->handle_height < 0 || theme->handle_height > 100)
         theme->handle_height = 6;
This page took 0.029034 seconds and 4 git commands to generate.