diff options
author | Havoc Pennington <hp@pobox.com> | 2001-08-03 04:20:27 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-08-03 04:20:27 +0000 |
commit | 204cf63805a17df71a3b7b22c3a113e641ba52a7 (patch) | |
tree | 635374ea0f858d68ac6957c905e98eb1a695b69b /configure.in | |
parent | 1f1e706aae057597813c12437a463c54789f8f75 (diff) | |
download | metacity-204cf63805a17df71a3b7b22c3a113e641ba52a7.tar.gz metacity-204cf63805a17df71a3b7b22c3a113e641ba52a7.tar.bz2 |
push error trap around configure of withdrawn window, fixes a crash caused
2001-08-03 Havoc Pennington <hp@pobox.com>
* src/display.c (event_callback): push error trap around configure
of withdrawn window, fixes a crash caused by rapidly
creating/destroying a window.
* src/window.c (recalc_window_features): don't allow shading
undecorated windows.
* src/wm-tester/main.c: add a program to torture window managers.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a2dc980..c129b34 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(src/display.c) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(metacity, 2.3.1) +AM_INIT_AUTOMAKE(metacity, 2.3.2) GETTEXT_PACKAGE=metacity AC_SUBST(GETTEXT_PACKAGE) @@ -71,6 +71,7 @@ AC_SUBST(HOST_ALIAS) AC_OUTPUT([ Makefile src/Makefile +src/wm-tester/Makefile ]) |