summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2002-01-06 04:51:53 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-01-06 04:51:53 +0000
commit8b680dfdd2b6d4447430bb8da6c3e77c3fc38563 (patch)
tree4a2aeb16838ff5987d2bfa4a28997e9be8bb8bb7 /src/util.c
parent3d1d70b727e8826f44bbb5759e7e8e6d7a6206c9 (diff)
downloadmetacity-8b680dfdd2b6d4447430bb8da6c3e77c3fc38563.tar.gz
draw titlebar highlight with snazzy gradient that needs some tweaking to
2002-01-05 Havoc Pennington <hp@pobox.com> * src/frames.c (meta_frames_expose_event): draw titlebar highlight with snazzy gradient that needs some tweaking to be less dumb-looking * src/theme.c: replace old theme.[hc] contents with newer stuff that doesn't do anything
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index fbf36b61..40673ac0 100644
--- a/src/util.c
+++ b/src/util.c
@@ -175,6 +175,9 @@ topic_name (MetaDebugTopic topic)
case META_DEBUG_FOCUS:
return "FOCUS";
break;
+ case META_DEBUG_GRADIENT_CACHE:
+ return "GRADIENT_CACHE";
+ break;
}
return "Window manager";