diff options
author | Havoc Pennington <hp@pobox.com> | 2002-08-06 04:11:23 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-08-06 04:11:23 +0000 |
commit | 00dcef82e32456c6202f2ebb509ce411b5825eb8 (patch) | |
tree | 6595ec8a2ede066e71620e8013947daf379ad15b /autogen.sh | |
parent | f15e959634f57513088143e81491ab9deacbeee9 (diff) | |
download | metacity-00dcef82e32456c6202f2ebb509ce411b5825eb8.tar.gz |
disable animation when shading windows, just doesn't really convey the
2002-07-28 Havoc Pennington <hp@pobox.com>
* src/window.c (meta_window_shade): disable animation when shading
windows, just doesn't really convey the idea anyway.
* src/effects.c: Move to using a shaped window instead of
IncludeInferiors to do the animations, looks a lot better
because we don't have to grab the server.
* src/window.c (meta_window_change_workspace): remove bogus
assertion that was causing a crash
(meta_window_new): auto-fullscreen huge undecorated windows.
* src/keybindings.c (switch_to_workspace): use
meta_window_change_workspace() to avoid same bug in cut-and-paste
code from there
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -112,14 +112,18 @@ do echo "Running libtoolize..." libtoolize --force --copy fi + echo "Running $ACLOCAL $aclocalinclude ..." $ACLOCAL $aclocalinclude + if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then echo "Running autoheader..." autoheader fi + echo "Running $AUTOMAKE --gnu $am_opt ..." $AUTOMAKE --add-missing --gnu $am_opt + echo "Running autoconf ..." autoconf ) |