From: Dana Jansens Date: Thu, 26 Jun 2003 01:35:41 +0000 (+0000) Subject: add comment X-Git-Tag: openbox-3_0-rc1-RELEASE~938 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=bf2f0c58ca4dce233a7f99ac3cc688271c87a8ec;p=dana%2Fopenbox.git add comment --- diff --git a/render/theme.c b/render/theme.c index 3da99868..c80f4857 100644 --- a/render/theme.c +++ b/render/theme.c @@ -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;