]> Dogcows Code - chaz/openbox/commitdiff
consistancy
authorDana Jansens <danakj@orodu.net>
Sat, 2 Jun 2007 21:22:16 +0000 (21:22 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 2 Jun 2007 21:22:16 +0000 (21:22 +0000)
render/theme.c

index 3e0f9d13d3cb9f49388212a422fc52c42f6413e1..afcb70d23692a65e1d48fb7c6276ad293dea626f 100644 (file)
@@ -225,7 +225,8 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
     if (!FIND(color, L("window","active","titleseparator"),
               &theme->title_separator_focused_color, NULL))
         theme->title_separator_focused_color =
-            RrColorNew(inst, theme->frame_focused_border_color->r,
+            RrColorNew(inst,
+                       theme->frame_focused_border_color->r,
                        theme->frame_focused_border_color->g,
                        theme->frame_focused_border_color->b);
     /* frame unfocused border color inherits from frame focused border color */
@@ -240,7 +241,8 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
     if (!FIND(color, L("window","inactive","titleseparator"),
               &theme->title_separator_unfocused_color, NULL))
         theme->title_separator_unfocused_color =
-            RrColorNew(inst, theme->frame_unfocused_border_color->r,
+            RrColorNew(inst,
+                       theme->frame_unfocused_border_color->r,
                        theme->frame_unfocused_border_color->g,
                        theme->frame_unfocused_border_color->b);
 
This page took 0.027705 seconds and 4 git commands to generate.