From 068f687a50aca7350086f230ab51b7386b3f77ec Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 8 Jun 2007 23:31:22 +0000 Subject: [PATCH] better with bevel2 --- gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gui.c b/gui.c index 2e529db..7f6759d 100644 --- a/gui.c +++ b/gui.c @@ -72,6 +72,7 @@ void gui_init(screen *sc) SURF(parent) = background; SURF(grad) = RR_SURFACE_PARENTREL; SURF(relief) = RR_RELIEF_RAISED; + SURF(bevel) = RR_BEVEL_2; /* ... for iconified tasks, also used for shaded ones currently */ iconified_task = RrAppearanceCopy(unfocused_task); -- 2.39.2