diff options
author | Havoc Pennington <hp@redhat.com> | 2002-05-31 00:02:54 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-05-31 00:02:54 +0000 |
commit | 3a745537f04abf6a78224260dda7b13f6c35d55c (patch) | |
tree | 95329d8b348949ab0b9e98b3742f6cd8d7853cec /acconfig.h | |
parent | 3d62f360fe620b52d8d2c3909c43894335d118af (diff) | |
download | metacity-3a745537f04abf6a78224260dda7b13f6c35d55c.tar.gz metacity-3a745537f04abf6a78224260dda7b13f6c35d55c.tar.bz2 |
verbose-log on startup whether we were compiled with various extensions
2002-05-30 Havoc Pennington <hp@redhat.com>
* src/main.c (main): verbose-log on startup whether we were
compiled with various extensions
* src/display.c (meta_display_queue_retheme_all_windows): reapply
shape mask when changing themes, sucks to do it here though, makes
theme changing slower. Needs fixing.
* src/theme-parser.c (parse_toplevel_element): parse rounded
corner options to frame_geometry
* src/frames.c (meta_frames_apply_shapes): apply rounded corners
if requested by the theme
* configure.in (HAVE_SHAPE): check for shape extension
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,3 +11,4 @@ #undef HAVE_XFT #undef HAVE_SM #undef HAVE_XINERAMA +#undef HAVE_SHAPE |