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 /src/wm-tester/Makefile.am | |
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 'src/wm-tester/Makefile.am')
-rw-r--r-- | src/wm-tester/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wm-tester/Makefile.am b/src/wm-tester/Makefile.am new file mode 100644 index 0000000..dc82c64 --- /dev/null +++ b/src/wm-tester/Makefile.am @@ -0,0 +1,9 @@ + +INCLUDES=@METACITY_CFLAGS@ + +wm_tester_SOURCES= \ + main.c + +bin_PROGRAMS=wm-tester + +wm_tester_LDADD= @METACITY_LIBS@ |