diff options
author | Havoc Pennington <hp@pobox.com> | 2002-01-06 04:51:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-01-06 04:51:53 +0000 |
commit | 8b680dfdd2b6d4447430bb8da6c3e77c3fc38563 (patch) | |
tree | 4a2aeb16838ff5987d2bfa4a28997e9be8bb8bb7 /src/util.h | |
parent | 3d1d70b727e8826f44bbb5759e7e8e6d7a6206c9 (diff) | |
download | mutter-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.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index cd71129f3..1e324cbc1 100644 --- a/src/util.h +++ b/src/util.h @@ -45,7 +45,8 @@ void meta_fatal (const char *format, typedef enum { - META_DEBUG_FOCUS + META_DEBUG_FOCUS, + META_DEBUG_GRADIENT_CACHE } MetaDebugTopic; |