now cborder in merry's theme
authorDana Jansens <danakj@orodu.net>
Tue, 3 Jun 2003 18:05:20 +0000 (18:05 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 3 Jun 2003 18:05:20 +0000 (18:05 +0000)
render2/theme.c

index 52583f3aa6b44374a368567ba339ea2fa9aa0663..be961bd21037a296cb3382f482d8b5fd70bac6bd 100644 (file)
@@ -15,7 +15,7 @@ struct RrTheme *RrThemeLoad(struct RrInstance *inst, const char *name)
 
     theme->bevel = 1;
     theme->bwidth = 1;
-    theme->cbwidth = 1;
+    theme->cbwidth = 0;
     theme->handle_height = 4;
 
     theme->title_layout = "NLIMC";
@@ -191,6 +191,11 @@ struct RrTheme *RrThemeLoad(struct RrInstance *inst, const char *name)
 
     theme->menu_hilite = RrSurfaceNewProto(RR_SURFACE_PLANAR, 0);
 
+    /* app stuff */
+
+    RrColorSet(&theme->app_label_color, 1, 1, 1, 1);
+    RrColorSet(&theme->app_label_color_h, 1, 1, 1, 1);
+
     RrColorSet(&pri, 0.9, 0.91, 0.9, 1);
     RrPlanarSet(theme->menu_item, RR_PLANAR_SOLID, RR_BEVEL_NONE,
                 &pri, NULL, 0, NULL);