summaryrefslogtreecommitdiff
path: root/app/twm
diff options
context:
space:
mode:
Diffstat (limited to 'app/twm')
-rw-r--r--app/twm/ChangeLog378
-rw-r--r--app/twm/Makefile.am10
-rw-r--r--app/twm/Makefile.in41
-rw-r--r--app/twm/aclocal.m412
-rw-r--r--app/twm/configure44
-rw-r--r--app/twm/configure.ac5
-rw-r--r--app/twm/src/Makefile.am4
-rw-r--r--app/twm/src/Makefile.in286
-rw-r--r--app/twm/src/twm.h2
9 files changed, 425 insertions, 357 deletions
diff --git a/app/twm/ChangeLog b/app/twm/ChangeLog
index 5475530ef..2af0aa122 100644
--- a/app/twm/ChangeLog
+++ b/app/twm/ChangeLog
@@ -1,73 +1,353 @@
-2006-06-03 Alan Coopersmith <alan.coopersmith@sun.com>
+commit d28dffd63bd5070445b15d1b9b70f3303ec5e333
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Thu Feb 21 08:16:39 2008 -0800
- * src/session.c (ReadWinConfigEntry):
- Coverity #369: If malloc of entry->wm_command fails, error cleanup
- was still trying to read pointers from it to free.
+ Change twm_CFLAGS to AM_CFLAGS to make automake-1.10 happier
+
+ src/Makefile.am:35: compiling `add_window.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
-2006-06-02 Alan Coopersmith <alan.coopersmith@sun.com>
+commit ca9494bf50c9314597f4e88efa5bf5d66c1cd38f
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Thu Feb 21 08:14:01 2008 -0800
- * src/menus.c (ExecuteFunction):
- Coverity #1508: Variable "action" not freed or pointed-to
+ Explicitly require libSM & libICE since twm calls them directly
-2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit f0543e7ff17f6e8aefbd6cc003d0679a706a8535
+Author: James Cloos <cloos@jhcloos.com>
+Date: Thu Dec 6 16:37:07 2007 -0500
- * configure.ac:
- Update package version for X11R7 release.
+ Replace static ChangeLog with dist-hook to generate from git log
-2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 44d51a2bc7d1e2fc5fcd3f729b6f0ca6e62e1f00
+Author: Wolfgang Rupprecht <wsr+xorg@wsrcc.com>
+Date: Mon Jan 23 15:11:00 2006 -0800
- * configure.ac:
- Update package version number for final X11R7 release candidate.
+ X.Org Bug #5691: twm mouse button limit too low
+
+ <https://bugs.freedesktop.org/show_bug.cgi?id=5691>
-2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 03a4e6c35161402d1477acb95723ab93eabde97e
+Author: James Cloos <cloos@jhcloos.com>
+Date: Mon Sep 3 05:51:13 2007 -0400
- * man/Makefile.am:
- Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+ Add *~ to .gitignore to skip patch/emacs droppings
-2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 9ae787c9f0d02aeb4c67fd20cee08d3cccd99fb4
+Author: James Cloos <cloos@jhcloos.com>
+Date: Thu Aug 23 19:24:38 2007 -0400
- * configure.ac:
- Update package version number for X11R7 RC3 release.
+ Rename .cvsignore to .gitignore
-2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 5f70aaffa0fa88a4b08ea40cfdbde5f34d20d366
+Author: Daniel Stone <daniel@fooishbar.org>
+Date: Thu Nov 30 19:56:29 2006 +0200
- * configure.ac:
- Update dependencies to work with separate build roots.
+ bump to 1.0.3
-2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit f27c4a577f68673e5022db1a4db79da9a3d05502
+Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
+Date: Tue Nov 28 13:24:08 2006 +0000
- * configure.ac:
- Update package version number for RC1 release.
+ Fix system.twmrc handling
-2005-10-16 Alan Coopersmith <alan.coopersmith@sun.com>
+commit 6736d9094d2719f21e3ba0050aad88f3ffc78dc4
+Author: Adam Jackson <ajax@benzedrine.nwnk.net>
+Date: Fri Oct 13 17:47:24 2006 -0400
- * src/Makefile.am:
- Capitalize O in "X.Org Foundation"
-
- * configure.ac:
- * man/Makefile.am:
- Use cpp to substitute variables in man pages
+ Bump to 1.0.2
-2005-10-15 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 4bc5a25c21006e547ff7fce7fff7544acbb22174
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Sat Jun 3 07:06:42 2006 +0000
- * src/Makefile.am: Have generated files be cleaned by maintainer
- to pass check-tarball test.
+ Coverity #369: If malloc of entry->wm_command fails, error cleanup was
+ still trying to read pointers from it to free.
-2005-10-09 Alan Coopersmith <alan.coopersmith@sun.com>
+commit 9680fbed52e3af20d226040958f91502b6027d2d
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Sat Jun 3 06:54:20 2006 +0000
- * src/Makefile.am (deftwmrc.c):
- * src/deftwmrc.c:
- * src/parse.c:
- * src/parse.h:
- Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755>
- twm can't handle 8-bit characters in .twmrc (Tomohiro KUBOITA)
+ Coverity #1508: Variable "action" not freed or pointed-to
-2005-08-02 Keith Packard <keithp@keithp.com>
+commit ab7a497d995347e340c28c4eb0d1f0f9ee298e41
+Author: Kevin E Martin <kem@kem.org>
+Date: Wed Dec 21 02:29:47 2005 +0000
- * src/Makefile.am:
-2005-08-02 Keith Packard <keithp@keithp.com>
+ Update package version for X11R7 release.
- * Makefile.am:
- Mark generated files as BUILT_SOURCES and CLEANFILES
- to ensure they are regenerated after 'make clean' and
- to make parallel builds work right.
+commit 4bd96f2d5d976dbd17bac563504985a1bc793ffe
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Mon Dec 19 16:22:41 2005 +0000
+
+ Stub COPYING files
+
+commit 2c1cd456efe91302b0de645ea36a84c49472f104
+Author: Kevin E Martin <kem@kem.org>
+Date: Thu Dec 15 00:24:04 2005 +0000
+
+ Update package version number for final X11R7 release candidate.
+
+commit 9f88f7db68e146c1d1b60a988f68f1528350a9a8
+Author: Kevin E Martin <kem@kem.org>
+Date: Tue Dec 6 22:48:19 2005 +0000
+
+ Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+
+commit 466a35f33d48427d7f5a186cf60fddd070ce2d71
+Author: Kevin E Martin <kem@kem.org>
+Date: Sat Dec 3 05:49:17 2005 +0000
+
+ Update package version number for X11R7 RC3 release.
+
+commit 81d2d1208b1445f60e10186b61e472b22ac47712
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Mon Nov 28 22:01:39 2005 +0000
+
+ Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
+ update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
+
+commit 6897ce2b13a0b651c8bb56b833e51125d678ea81
+Author: Eric Anholt <anholt@freebsd.org>
+Date: Mon Nov 21 10:34:58 2005 +0000
+
+ Another pass at .cvsignores for apps.
+
+commit 3cf0d5d098a049e1113dad20699b07d1a91fd9ca
+Author: Eric Anholt <anholt@freebsd.org>
+Date: Sun Nov 20 22:08:50 2005 +0000
+
+ Add/improve .cvsignore files for apps.
+
+commit d99f0e0b2577cbdfea2a51d8ca20aff080539b60
+Author: Kevin E Martin <kem@kem.org>
+Date: Sat Nov 19 07:15:36 2005 +0000
+
+ Update pkgconfig files to separate library build-time dependencies from
+ application build-time dependencies, and update package deps to work
+ with separate build roots.
+
+commit 6dfc0dee6645c7620cc2fb9a5d44b041cb6558b6
+Author: Kevin E Martin <kem@kem.org>
+Date: Wed Oct 19 02:47:50 2005 +0000
+
+ Update package version number for RC1 release.
+
+commit 43fb7218e8723f6f3321ec406745971ca5fd0d00
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Mon Oct 17 23:56:21 2005 +0000
+
+ Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
+ work better with BSD make
+
+commit a85acab665c375d14ae15ef90f6baf8b47c7032b
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Sun Oct 16 22:32:51 2005 +0000
+
+ Capitalize O in "X.Org Foundation"
+ Use cpp to substitute variables in man pages
+
+commit a3bbaecf0502d58cf0bc7ff7db99e9239c6e822c
+Author: Kevin E Martin <kem@kem.org>
+Date: Sat Oct 15 19:19:03 2005 +0000
+
+ Have generated files be cleaned by maintainer to pass check-tarball test.
+
+commit 7ccfcb8e4f4caabba7c26de42ce2db252b5b0817
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Sun Oct 9 19:11:53 2005 +0000
+
+ Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't
+ handle 8-bit characters in .twmrc (Tomohiro KUBOITA)
+
+commit b098cf784d34421de0ae51d8cd7090022d3b2600
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Sun Oct 9 19:10:58 2005 +0000
+
+ Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't
+ handle 8-bit characters in .twmrc (Tomohiro KUBOITA)
+
+commit e2c423a32d8ba724e19e6db5b315ef9011d89488
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Sun Oct 9 18:59:28 2005 +0000
+
+ Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't
+ handle 8-bit characters in .twmrc (Tomohiro KUBOITA)
+
+commit ea03b6bcd1045dfc0d6947e4858de8994d61170b
+Author: Keith Packard <keithp@keithp.com>
+Date: Tue Aug 2 18:08:48 2005 +0000
+
+ Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are
+ regenerated after 'make clean' and to make parallel builds work right.
+
+commit a12f281be43c1c86147fb89c99484ac558f64425
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Mon Aug 1 20:25:28 2005 +0000
+
+ Install man pages to section 1 instead of section m (Patch from Donnie
+ Berkholz)
+
+commit 99c2e9865374605697c2a85099bbc56bf7853969
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Sat Jul 30 21:07:26 2005 +0000
+
+ Add prototypes of Xalloc/free functions.
+ Export ImUtil.h to match modular tree install.
+ Define SVR4 to 1 to avoid warning about redefining to different values.
+ Include missing headers to clear more compiler warnings.
+
+commit 5bf9409bc3c7e11d86bcd5b25760435e199b85c5
+Author: Kevin E Martin <kem@kem.org>
+Date: Fri Jul 29 21:22:30 2005 +0000
+
+ Various changes preparing packages for RC0:
+ - Verify and update package version numbers as needed
+ - Implement versioning scheme
+ - Change bug address to point to bugzilla bug entry form
+ - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
+ reenable it)
+ - Fix makedepend to use pkgconfig and pass distcheck
+ - Update build script to build macros first
+ - Update modular Xorg version
+
+commit b2de9b16ae9b7bfce8e7cc36f20a38084fa25469
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Wed Jul 20 19:31:51 2005 +0000
+
+ Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
+ configure cache, you cache it, and the cached value is probably wrong.
+
+commit c0570ffdfa9ef913b5132b2069dd69491f77a8f8
+Author: Matthieu Herrb <matthieu.herrb@laas.fr>
+Date: Sun Jul 17 20:11:01 2005 +0000
+
+ fix rules to work with non-GNU make and outside of $srcdir
+
+commit 29fba3a480ab1b4168d75ed92c8150851dddd805
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Sat Jul 16 22:07:13 2005 +0000
+
+ Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to get
+ HAS_MKSTEMP defined in modular builds.
+
+commit 63e81296232ec5fdd6529a7d5d4342186bbec2f8
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Sat Jul 16 21:59:14 2005 +0000
+
+ Define HAS_MKSTEMP if mkstemp() is present (needed for improved protection
+ against tempfile race conditions in many places)
+
+commit 2e6a393e7b0f02e8f58a3005411ae22488965e28
+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
+Date: Thu Jul 14 22:36:06 2005 +0000
+
+ Add _BSD_SOURCE - patch from Stefan Dirsch
+
+commit 300a4fcbfaef76f78dbb98c9868fa85da1604ccf
+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
+Date: Thu Jul 14 22:35:37 2005 +0000
+
+ Add makefile that CVS ate - patch from Stefan Dirsch
+
+commit 1cb0150431562d729342c427129732b217526bab
+Author: Daniel Stone <daniel@fooishbar.org>
+Date: Mon Jul 11 22:51:03 2005 +0000
+
+ Bug #3754: Fix window misplacement in twm. (Christopher Mario Mae)
+
+commit 682eaa7cd21e32f70d909aae7d4828c9f4ea9dd1
+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
+Date: Wed Jun 29 19:15:03 2005 +0000
+
+ Add buildsystem for twm
+
+commit 718daab22b08a1ab10145f9284dedef069ffb758
+Author: Roland Mainz <roland.mainz@nrubsig.org>
+Date: Fri Mar 11 21:18:12 2005 +0000
+
+ xc/programs/twm/Imakefile
+ xc/programs/twm/twm.c
+ //bugs.freedesktop.org/show_bug.cgi?id=2705) attachment #2087
+ (https://bugs.freedesktop.org/attachment.cgi?id=2087) Make twm ignore
+ print screens to avoid that users accidentally warp on a non-video
+ screen (which are not visible on any monitor) when the Xserver has both
+ video and print screens. (This includes also a small cleanup of
+ xdpyinfo where parts of the print screen test code comes from) Patch by
+ Julien Lafon <julien.lafon@gmail.com> (MIT/X.org license).
+
+commit 6e96bd376c916c150a055447d4badc1fae84e47a
+Author: Roland Mainz <roland.mainz@nrubsig.org>
+Date: Fri Mar 11 16:23:00 2005 +0000
+
+ xc/programs/twm/add_window.c
+ xc/programs/twm/cursor.c
+ xc/programs/twm/events.c
+ xc/programs/twm/gc.c
+ xc/programs/twm/gram.y
+ xc/programs/twm/iconmgr.c
+ xc/programs/twm/icons.c
+ xc/programs/twm/list.c
+ xc/programs/twm/menus.c
+ xc/programs/twm/parse.c
+ xc/programs/twm/resize.c
+ xc/programs/twm/twm.c
+ //bugs.freedesktop.org/show_bug.cgi?id=2566) attachment #2083
+ (https://bugs.freedesktop.org/attachment.cgi?id=2083) ANSI-fy twm
+ window manager code. The conversion preserves the comments which
+ annotate variables and function arguments (these have been moved into
+ doxygen(esque?) "stubs" above each function. Patch by Mike Owens
+ <etc@filespanker.com>.
+
+commit d045cb62c62f09978798510deaec0acae0a6fb4d
+Author: Egbert Eich <eich@suse.de>
+Date: Fri Apr 23 19:54:37 2004 +0000
+
+ Merging XORG-CURRENT into trunk
+
+commit f39f4c810b3c2071f8786abc32317149373a3e1d
+Author: Egbert Eich <eich@suse.de>
+Date: Sun Mar 14 08:34:58 2004 +0000
+
+ Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
+
+commit 58d942b4a0b4ed9b99a4dd6501bf4facbcaca670
+Author: Egbert Eich <eich@suse.de>
+Date: Wed Mar 3 12:12:54 2004 +0000
+
+ Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
+
+commit ee477f9d9c4aff3f52d9a65e3b11b55dd15b31d1
+Author: Egbert Eich <eich@suse.de>
+Date: Thu Feb 26 13:36:16 2004 +0000
+
+ readding XFree86's cvs IDs
+
+commit e8c79f538be77c2637e8d2e1ada443d9a2f0e262
+Author: Egbert Eich <eich@suse.de>
+Date: Thu Feb 26 09:23:58 2004 +0000
+
+ Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
+
+commit e51f25fbe75b222b24f4628b2408e899fa4748d7
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date: Tue Nov 25 19:29:03 2003 +0000
+
+ XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
+
+commit 4b339f0a4311b4db171584bc6671292a9052665a
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date: Fri Nov 14 16:48:58 2003 +0000
+
+ XFree86 4.3.0.1
+
+commit cfa9fa24253b5ef8045172852509be413d7b00ca
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date: Fri Nov 14 16:48:58 2003 +0000
+
+ Initial revision
+
+commit 03cb750f7935722ab77b77128ca5221c5baf8818
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date: Fri Nov 14 15:54:53 2003 +0000
+
+ R6.6 is the Xorg base-line
diff --git a/app/twm/Makefile.am b/app/twm/Makefile.am
index d1b0a2216..9d53635c7 100644
--- a/app/twm/Makefile.am
+++ b/app/twm/Makefile.am
@@ -22,3 +22,13 @@
SUBDIRS = src man
EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc
+
+EXTRA_DIST += ChangeLog
+MAINTAINERCLEANFILES = ChangeLog
+
+.PHONY: ChangeLog
+
+ChangeLog:
+ (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+
+dist-hook: ChangeLog
diff --git a/app/twm/Makefile.in b/app/twm/Makefile.in
index f49017915..023e01c9d 100644
--- a/app/twm/Makefile.in
+++ b/app/twm/Makefile.in
@@ -193,7 +193,9 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
SUBDIRS = src man
-EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc
+EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc \
+ sample-twmrc/lemke.twmrc ChangeLog
+MAINTAINERCLEANFILES = ChangeLog
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -427,6 +429,9 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
+ $(MAKE) $(AM_MAKEFLAGS) \
+ top_distdir="$(top_distdir)" distdir="$(distdir)" \
+ dist-hook
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
@@ -553,6 +558,7 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-recursive
clean-am: clean-generic mostlyclean-am
@@ -606,19 +612,26 @@ uninstall-info: uninstall-info-recursive
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
check-am clean clean-generic clean-recursive ctags \
- ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
- dist-tarZ dist-zip distcheck distclean distclean-generic \
- distclean-hdr distclean-recursive distclean-tags \
- distcleancheck distdir distuninstallcheck dvi dvi-am html \
- html-am info info-am install install-am install-data \
- install-data-am install-exec install-exec-am install-info \
- install-info-am install-man install-strip installcheck \
- installcheck-am installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic maintainer-clean-recursive \
- mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
- pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
- uninstall-info-am
-
+ ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \
+ dist-shar dist-tarZ dist-zip distcheck distclean \
+ distclean-generic distclean-hdr distclean-recursive \
+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-exec install-exec-am \
+ install-info install-info-am install-man install-strip \
+ installcheck installcheck-am installdirs installdirs-am \
+ maintainer-clean maintainer-clean-generic \
+ maintainer-clean-recursive mostlyclean mostlyclean-generic \
+ mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
+ uninstall uninstall-am uninstall-info-am
+
+
+.PHONY: ChangeLog
+
+ChangeLog:
+ (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+
+dist-hook: ChangeLog
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/app/twm/aclocal.m4 b/app/twm/aclocal.m4
index 5419cfb3c..48f9f8de2 100644
--- a/app/twm/aclocal.m4
+++ b/app/twm/aclocal.m4
@@ -1042,7 +1042,7 @@ AC_DEFUN([XORG_MACROS_VERSION],[
XORG_MACROS_needed_major=`echo $XORG_MACROS_needed_version | sed 's/\..*$//'`
XORG_MACROS_needed_minor=`echo $XORG_MACROS_needed_version | sed -e 's/^[0-9]*\.//' -e 's/\..*$//'`]
AC_MSG_CHECKING([if xorg-macros used to generate configure is at least ${XORG_MACROS_needed_major}.${XORG_MACROS_needed_minor}])
- [XORG_MACROS_version=1.1.5
+ [XORG_MACROS_version=1.1.6
XORG_MACROS_major=`echo $XORG_MACROS_version | sed 's/\..*$//'`
XORG_MACROS_minor=`echo $XORG_MACROS_version | sed -e 's/^[0-9]*\.//' -e 's/\..*$//'`]
if test $XORG_MACROS_major -ne $XORG_MACROS_needed_major ; then
@@ -1191,7 +1191,11 @@ AC_DEFUN([XORG_CHECK_LINUXDOC],[
XORG_SGML_PATH=$prefix/share/sgml
HAVE_DEFS_ENT=
-AC_CHECK_FILE([$XORG_SGML_PATH/X11/defs.ent], [HAVE_DEFS_ENT=yes])
+if test x"$cross_compiling" = x"yes" ; then
+ HAVE_DEFS_ENT=no
+else
+ AC_CHECK_FILE([$XORG_SGML_PATH/X11/defs.ent], [HAVE_DEFS_ENT=yes])
+fi
AC_PATH_PROG(LINUXDOC, linuxdoc)
AC_PATH_PROG(PS2PDF, ps2pdf)
@@ -1463,14 +1467,14 @@ AC_DEFUN([XORG_RELEASE_VERSION],[
AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR],
[`echo $PACKAGE_VERSION | cut -d . -f 1`],
[Major version of this package])
- PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
+ PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
if test "x$PVM" = "x"; then
PVM="0"
fi
AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MINOR],
[$PVM],
[Minor version of this package])
- PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
+ PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
if test "x$PVP" = "x"; then
PVP="0"
fi
diff --git a/app/twm/configure b/app/twm/configure
index ee68f10f9..78dd31855 100644
--- a/app/twm/configure
+++ b/app/twm/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for twm 1.0.3.
+# Generated by GNU Autoconf 2.59 for twm 1.0.4.
#
# Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
#
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='twm'
PACKAGE_TARNAME='twm'
-PACKAGE_VERSION='1.0.3'
-PACKAGE_STRING='twm 1.0.3'
+PACKAGE_VERSION='1.0.4'
+PACKAGE_STRING='twm 1.0.4'
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE YACC LEX LEXLIB LEX_OUTPUT_ROOT PKG_CONFIG ac_pt_PKG_CONFIG TWM_CFLAGS TWM_LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os APP_MAN_SUFFIX LIB_MAN_SUFFIX FILE_MAN_SUFFIX MISC_MAN_SUFFIX DRIVER_MAN_SUFFIX ADMIN_MAN_SUFFIX APP_MAN_DIR LIB_MAN_DIR FILE_MAN_DIR MISC_MAN_DIR DRIVER_MAN_DIR ADMIN_MAN_DIR LIBOBJS LTLIBOBJS'
@@ -750,7 +750,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures twm 1.0.3 to adapt to many kinds of systems.
+\`configure' configures twm 1.0.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -816,7 +816,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of twm 1.0.3:";;
+ short | recursive ) echo "Configuration of twm 1.0.4:";;
esac
cat <<\_ACEOF
@@ -944,7 +944,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-twm configure 1.0.3
+twm configure 1.0.4
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -958,7 +958,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by twm $as_me 1.0.3, which was
+It was created by twm $as_me 1.0.4, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1556,7 +1556,7 @@ fi
# Define the identity of the package.
PACKAGE='twm'
- VERSION='1.0.3'
+ VERSION='1.0.4'
cat >>confdefs.h <<_ACEOF
@@ -3429,12 +3429,12 @@ if test -n "$PKG_CONFIG"; then
pkg_cv_TWM_CFLAGS="$TWM_CFLAGS"
else
if test -n "$PKG_CONFIG" && \
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xext xt xmu\"") >&5
- ($PKG_CONFIG --exists --print-errors "x11 xext xt xmu") 2>&5
+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xext xt xmu ice sm\"") >&5
+ ($PKG_CONFIG --exists --print-errors "x11 xext xt xmu ice sm") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
- pkg_cv_TWM_CFLAGS=`$PKG_CONFIG --cflags "x11 xext xt xmu" 2>/dev/null`
+ pkg_cv_TWM_CFLAGS=`$PKG_CONFIG --cflags "x11 xext xt xmu ice sm" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -3447,12 +3447,12 @@ if test -n "$PKG_CONFIG"; then
pkg_cv_TWM_LIBS="$TWM_LIBS"
else
if test -n "$PKG_CONFIG" && \
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xext xt xmu\"") >&5
- ($PKG_CONFIG --exists --print-errors "x11 xext xt xmu") 2>&5
+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"x11 xext xt xmu ice sm\"") >&5
+ ($PKG_CONFIG --exists --print-errors "x11 xext xt xmu ice sm") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
- pkg_cv_TWM_LIBS=`$PKG_CONFIG --libs "x11 xext xt xmu" 2>/dev/null`
+ pkg_cv_TWM_LIBS=`$PKG_CONFIG --libs "x11 xext xt xmu ice sm" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -3471,14 +3471,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- TWM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11 xext xt xmu"`
+ TWM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "x11 xext xt xmu ice sm"`
else
- TWM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xext xt xmu"`
+ TWM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "x11 xext xt xmu ice sm"`
fi
# Put the nasty error message in config.log where it belongs
echo "$TWM_PKG_ERRORS" >&5
- { { echo "$as_me:$LINENO: error: Package requirements (x11 xext xt xmu) were not met:
+ { { echo "$as_me:$LINENO: error: Package requirements (x11 xext xt xmu ice sm) were not met:
$TWM_PKG_ERRORS
@@ -3489,7 +3489,7 @@ Alternatively, you may set the environment variables TWM_CFLAGS
and TWM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
" >&5
-echo "$as_me: error: Package requirements (x11 xext xt xmu) were not met:
+echo "$as_me: error: Package requirements (x11 xext xt xmu ice sm) were not met:
$TWM_PKG_ERRORS
@@ -3678,7 +3678,7 @@ cat >>confdefs.h <<_ACEOF
#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1`
_ACEOF
- PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
+ PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
if test "x$PVM" = "x"; then
PVM="0"
fi
@@ -3687,7 +3687,7 @@ cat >>confdefs.h <<_ACEOF
#define PACKAGE_VERSION_MINOR $PVM
_ACEOF
- PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
+ PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
if test "x$PVP" = "x"; then
PVP="0"
fi
@@ -4082,7 +4082,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by twm $as_me 1.0.3, which was
+This file was extended by twm $as_me 1.0.4, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4145,7 +4145,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-twm config.status 1.0.3
+twm config.status 1.0.4
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/app/twm/configure.ac b/app/twm/configure.ac
index 2c0102203..7a514d5b3 100644
--- a/app/twm/configure.ac
+++ b/app/twm/configure.ac
@@ -1,4 +1,3 @@
-
dnl Copyright 2005 Red Hat, Inc.
dnl
dnl Permission to use, copy, modify, distribute, and sell this software and its
@@ -22,7 +21,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(twm,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],twm)
+AC_INIT(twm,[1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],twm)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -37,7 +36,7 @@ AC_CHECK_FUNC([mkstemp],
AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the `mkstemp' function.]))
# Checks for pkg-config packages
-PKG_CHECK_MODULES(TWM, x11 xext xt xmu)
+PKG_CHECK_MODULES(TWM, x11 xext xt xmu ice sm)
AC_SUBST(TWM_CFLAGS)
AC_SUBST(TWM_LIBS)
diff --git a/app/twm/src/Makefile.am b/app/twm/src/Makefile.am
index a5fe63721..dc0fe7208 100644
--- a/app/twm/src/Makefile.am
+++ b/app/twm/src/Makefile.am
@@ -27,8 +27,8 @@ bin_PROGRAMS = twm
rcdir = ${datadir}/X11/twm
dist_rc_DATA = system.twmrc
-twm_CFLAGS = $(TWM_CFLAGS) -DXVENDORNAME=\"The\ X.Org\ Foundation\" -DXORG_RELEASE=\"Release\ $(VERSION)\" -D_BSD_SOURCE
-twm_CFLAGS += -DSYSTEM_INIT_FILE=\"${datadir}/X11/twm/system.twmrc\"
+AM_CFLAGS = $(TWM_CFLAGS) -DXVENDORNAME=\"The\ X.Org\ Foundation\" -DXORG_RELEASE=\"Release\ $(VERSION)\" -D_BSD_SOURCE
+AM_CFLAGS += -DSYSTEM_INIT_FILE=\"${datadir}/X11/twm/system.twmrc\"
twm_LDADD = $(TWM_LIBS)
diff --git a/app/twm/src/Makefile.in b/app/twm/src/Makefile.in
index c8f0e71d9..fffdc2844 100644
--- a/app/twm/src/Makefile.in
+++ b/app/twm/src/Makefile.in
@@ -73,12 +73,12 @@ CONFIG_CLEAN_FILES =
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(rcdir)"
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
-am_twm_OBJECTS = twm-add_window.$(OBJEXT) twm-cursor.$(OBJEXT) \
- twm-deftwmrc.$(OBJEXT) twm-events.$(OBJEXT) twm-gc.$(OBJEXT) \
- twm-iconmgr.$(OBJEXT) twm-icons.$(OBJEXT) twm-list.$(OBJEXT) \
- twm-menus.$(OBJEXT) twm-parse.$(OBJEXT) twm-resize.$(OBJEXT) \
- twm-session.$(OBJEXT) twm-twm.$(OBJEXT) twm-util.$(OBJEXT) \
- twm-version.$(OBJEXT) twm-gram.$(OBJEXT) twm-lex.$(OBJEXT)
+am_twm_OBJECTS = add_window.$(OBJEXT) cursor.$(OBJEXT) \
+ deftwmrc.$(OBJEXT) events.$(OBJEXT) gc.$(OBJEXT) \
+ iconmgr.$(OBJEXT) icons.$(OBJEXT) list.$(OBJEXT) \
+ menus.$(OBJEXT) parse.$(OBJEXT) resize.$(OBJEXT) \
+ session.$(OBJEXT) twm.$(OBJEXT) util.$(OBJEXT) \
+ version.$(OBJEXT) gram.$(OBJEXT) lex.$(OBJEXT)
twm_OBJECTS = $(am_twm_OBJECTS)
am__DEPENDENCIES_1 =
twm_DEPENDENCIES = $(am__DEPENDENCIES_1)
@@ -207,7 +207,7 @@ target_alias = @target_alias@
AM_YFLAGS = -d
rcdir = ${datadir}/X11/twm
dist_rc_DATA = system.twmrc
-twm_CFLAGS = $(TWM_CFLAGS) -DXVENDORNAME=\"The\ X.Org\ Foundation\" \
+AM_CFLAGS = $(TWM_CFLAGS) -DXVENDORNAME=\"The\ X.Org\ Foundation\" \
-DXORG_RELEASE=\"Release\ $(VERSION)\" -D_BSD_SOURCE \
-DSYSTEM_INIT_FILE=\"${datadir}/X11/twm/system.twmrc\"
twm_LDADD = $(TWM_LIBS)
@@ -314,23 +314,23 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-add_window.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-cursor.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-deftwmrc.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-events.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-gc.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-gram.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-iconmgr.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-icons.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-lex.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-list.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-menus.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-parse.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-resize.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-session.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-twm.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-util.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm-version.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add_window.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cursor.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deftwmrc.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/events.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gram.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconmgr.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icons.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menus.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resize.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/twm.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
.c.o:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@@ -346,244 +346,6 @@ distclean-compile:
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
-twm-add_window.o: add_window.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-add_window.o -MD -MP -MF "$(DEPDIR)/twm-add_window.Tpo" -c -o twm-add_window.o `test -f 'add_window.c' || echo '$(srcdir)/'`add_window.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-add_window.Tpo" "$(DEPDIR)/twm-add_window.Po"; else rm -f "$(DEPDIR)/twm-add_window.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='add_window.c' object='twm-add_window.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-add_window.o `test -f 'add_window.c' || echo '$(srcdir)/'`add_window.c
-
-twm-add_window.obj: add_window.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-add_window.obj -MD -MP -MF "$(DEPDIR)/twm-add_window.Tpo" -c -o twm-add_window.obj `if test -f 'add_window.c'; then $(CYGPATH_W) 'add_window.c'; else $(CYGPATH_W) '$(srcdir)/add_window.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-add_window.Tpo" "$(DEPDIR)/twm-add_window.Po"; else rm -f "$(DEPDIR)/twm-add_window.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='add_window.c' object='twm-add_window.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-add_window.obj `if test -f 'add_window.c'; then $(CYGPATH_W) 'add_window.c'; else $(CYGPATH_W) '$(srcdir)/add_window.c'; fi`
-
-twm-cursor.o: cursor.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-cursor.o -MD -MP -MF "$(DEPDIR)/twm-cursor.Tpo" -c -o twm-cursor.o `test -f 'cursor.c' || echo '$(srcdir)/'`cursor.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-cursor.Tpo" "$(DEPDIR)/twm-cursor.Po"; else rm -f "$(DEPDIR)/twm-cursor.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cursor.c' object='twm-cursor.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-cursor.o `test -f 'cursor.c' || echo '$(srcdir)/'`cursor.c
-
-twm-cursor.obj: cursor.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-cursor.obj -MD -MP -MF "$(DEPDIR)/twm-cursor.Tpo" -c -o twm-cursor.obj `if test -f 'cursor.c'; then $(CYGPATH_W) 'cursor.c'; else $(CYGPATH_W) '$(srcdir)/cursor.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-cursor.Tpo" "$(DEPDIR)/twm-cursor.Po"; else rm -f "$(DEPDIR)/twm-cursor.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cursor.c' object='twm-cursor.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-cursor.obj `if test -f 'cursor.c'; then $(CYGPATH_W) 'cursor.c'; else $(CYGPATH_W) '$(srcdir)/cursor.c'; fi`
-
-twm-deftwmrc.o: deftwmrc.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-deftwmrc.o -MD -MP -MF "$(DEPDIR)/twm-deftwmrc.Tpo" -c -o twm-deftwmrc.o `test -f 'deftwmrc.c' || echo '$(srcdir)/'`deftwmrc.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-deftwmrc.Tpo" "$(DEPDIR)/twm-deftwmrc.Po"; else rm -f "$(DEPDIR)/twm-deftwmrc.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='deftwmrc.c' object='twm-deftwmrc.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-deftwmrc.o `test -f 'deftwmrc.c' || echo '$(srcdir)/'`deftwmrc.c
-
-twm-deftwmrc.obj: deftwmrc.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-deftwmrc.obj -MD -MP -MF "$(DEPDIR)/twm-deftwmrc.Tpo" -c -o twm-deftwmrc.obj `if test -f 'deftwmrc.c'; then $(CYGPATH_W) 'deftwmrc.c'; else $(CYGPATH_W) '$(srcdir)/deftwmrc.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-deftwmrc.Tpo" "$(DEPDIR)/twm-deftwmrc.Po"; else rm -f "$(DEPDIR)/twm-deftwmrc.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='deftwmrc.c' object='twm-deftwmrc.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-deftwmrc.obj `if test -f 'deftwmrc.c'; then $(CYGPATH_W) 'deftwmrc.c'; else $(CYGPATH_W) '$(srcdir)/deftwmrc.c'; fi`
-
-twm-events.o: events.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-events.o -MD -MP -MF "$(DEPDIR)/twm-events.Tpo" -c -o twm-events.o `test -f 'events.c' || echo '$(srcdir)/'`events.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-events.Tpo" "$(DEPDIR)/twm-events.Po"; else rm -f "$(DEPDIR)/twm-events.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='events.c' object='twm-events.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-events.o `test -f 'events.c' || echo '$(srcdir)/'`events.c
-
-twm-events.obj: events.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-events.obj -MD -MP -MF "$(DEPDIR)/twm-events.Tpo" -c -o twm-events.obj `if test -f 'events.c'; then $(CYGPATH_W) 'events.c'; else $(CYGPATH_W) '$(srcdir)/events.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-events.Tpo" "$(DEPDIR)/twm-events.Po"; else rm -f "$(DEPDIR)/twm-events.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='events.c' object='twm-events.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-events.obj `if test -f 'events.c'; then $(CYGPATH_W) 'events.c'; else $(CYGPATH_W) '$(srcdir)/events.c'; fi`
-
-twm-gc.o: gc.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-gc.o -MD -MP -MF "$(DEPDIR)/twm-gc.Tpo" -c -o twm-gc.o `test -f 'gc.c' || echo '$(srcdir)/'`gc.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-gc.Tpo" "$(DEPDIR)/twm-gc.Po"; else rm -f "$(DEPDIR)/twm-gc.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gc.c' object='twm-gc.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-gc.o `test -f 'gc.c' || echo '$(srcdir)/'`gc.c
-
-twm-gc.obj: gc.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-gc.obj -MD -MP -MF "$(DEPDIR)/twm-gc.Tpo" -c -o twm-gc.obj `if test -f 'gc.c'; then $(CYGPATH_W) 'gc.c'; else $(CYGPATH_W) '$(srcdir)/gc.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-gc.Tpo" "$(DEPDIR)/twm-gc.Po"; else rm -f "$(DEPDIR)/twm-gc.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gc.c' object='twm-gc.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-gc.obj `if test -f 'gc.c'; then $(CYGPATH_W) 'gc.c'; else $(CYGPATH_W) '$(srcdir)/gc.c'; fi`
-
-twm-iconmgr.o: iconmgr.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-iconmgr.o -MD -MP -MF "$(DEPDIR)/twm-iconmgr.Tpo" -c -o twm-iconmgr.o `test -f 'iconmgr.c' || echo '$(srcdir)/'`iconmgr.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-iconmgr.Tpo" "$(DEPDIR)/twm-iconmgr.Po"; else rm -f "$(DEPDIR)/twm-iconmgr.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='iconmgr.c' object='twm-iconmgr.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-iconmgr.o `test -f 'iconmgr.c' || echo '$(srcdir)/'`iconmgr.c
-
-twm-iconmgr.obj: iconmgr.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-iconmgr.obj -MD -MP -MF "$(DEPDIR)/twm-iconmgr.Tpo" -c -o twm-iconmgr.obj `if test -f 'iconmgr.c'; then $(CYGPATH_W) 'iconmgr.c'; else $(CYGPATH_W) '$(srcdir)/iconmgr.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-iconmgr.Tpo" "$(DEPDIR)/twm-iconmgr.Po"; else rm -f "$(DEPDIR)/twm-iconmgr.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='iconmgr.c' object='twm-iconmgr.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-iconmgr.obj `if test -f 'iconmgr.c'; then $(CYGPATH_W) 'iconmgr.c'; else $(CYGPATH_W) '$(srcdir)/iconmgr.c'; fi`
-
-twm-icons.o: icons.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-icons.o -MD -MP -MF "$(DEPDIR)/twm-icons.Tpo" -c -o twm-icons.o `test -f 'icons.c' || echo '$(srcdir)/'`icons.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-icons.Tpo" "$(DEPDIR)/twm-icons.Po"; else rm -f "$(DEPDIR)/twm-icons.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='icons.c' object='twm-icons.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-icons.o `test -f 'icons.c' || echo '$(srcdir)/'`icons.c
-
-twm-icons.obj: icons.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-icons.obj -MD -MP -MF "$(DEPDIR)/twm-icons.Tpo" -c -o twm-icons.obj `if test -f 'icons.c'; then $(CYGPATH_W) 'icons.c'; else $(CYGPATH_W) '$(srcdir)/icons.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-icons.Tpo" "$(DEPDIR)/twm-icons.Po"; else rm -f "$(DEPDIR)/twm-icons.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='icons.c' object='twm-icons.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-icons.obj `if test -f 'icons.c'; then $(CYGPATH_W) 'icons.c'; else $(CYGPATH_W) '$(srcdir)/icons.c'; fi`
-
-twm-list.o: list.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-list.o -MD -MP -MF "$(DEPDIR)/twm-list.Tpo" -c -o twm-list.o `test -f 'list.c' || echo '$(srcdir)/'`list.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-list.Tpo" "$(DEPDIR)/twm-list.Po"; else rm -f "$(DEPDIR)/twm-list.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='list.c' object='twm-list.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-list.o `test -f 'list.c' || echo '$(srcdir)/'`list.c
-
-twm-list.obj: list.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-list.obj -MD -MP -MF "$(DEPDIR)/twm-list.Tpo" -c -o twm-list.obj `if test -f 'list.c'; then $(CYGPATH_W) 'list.c'; else $(CYGPATH_W) '$(srcdir)/list.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-list.Tpo" "$(DEPDIR)/twm-list.Po"; else rm -f "$(DEPDIR)/twm-list.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='list.c' object='twm-list.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-list.obj `if test -f 'list.c'; then $(CYGPATH_W) 'list.c'; else $(CYGPATH_W) '$(srcdir)/list.c'; fi`
-
-twm-menus.o: menus.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-menus.o -MD -MP -MF "$(DEPDIR)/twm-menus.Tpo" -c -o twm-menus.o `test -f 'menus.c' || echo '$(srcdir)/'`menus.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-menus.Tpo" "$(DEPDIR)/twm-menus.Po"; else rm -f "$(DEPDIR)/twm-menus.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='menus.c' object='twm-menus.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-menus.o `test -f 'menus.c' || echo '$(srcdir)/'`menus.c
-
-twm-menus.obj: menus.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-menus.obj -MD -MP -MF "$(DEPDIR)/twm-menus.Tpo" -c -o twm-menus.obj `if test -f 'menus.c'; then $(CYGPATH_W) 'menus.c'; else $(CYGPATH_W) '$(srcdir)/menus.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-menus.Tpo" "$(DEPDIR)/twm-menus.Po"; else rm -f "$(DEPDIR)/twm-menus.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='menus.c' object='twm-menus.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-menus.obj `if test -f 'menus.c'; then $(CYGPATH_W) 'menus.c'; else $(CYGPATH_W) '$(srcdir)/menus.c'; fi`
-
-twm-parse.o: parse.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-parse.o -MD -MP -MF "$(DEPDIR)/twm-parse.Tpo" -c -o twm-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-parse.Tpo" "$(DEPDIR)/twm-parse.Po"; else rm -f "$(DEPDIR)/twm-parse.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parse.c' object='twm-parse.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
-
-twm-parse.obj: parse.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-parse.obj -MD -MP -MF "$(DEPDIR)/twm-parse.Tpo" -c -o twm-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-parse.Tpo" "$(DEPDIR)/twm-parse.Po"; else rm -f "$(DEPDIR)/twm-parse.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parse.c' object='twm-parse.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`
-
-twm-resize.o: resize.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-resize.o -MD -MP -MF "$(DEPDIR)/twm-resize.Tpo" -c -o twm-resize.o `test -f 'resize.c' || echo '$(srcdir)/'`resize.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-resize.Tpo" "$(DEPDIR)/twm-resize.Po"; else rm -f "$(DEPDIR)/twm-resize.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='resize.c' object='twm-resize.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-resize.o `test -f 'resize.c' || echo '$(srcdir)/'`resize.c
-
-twm-resize.obj: resize.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-resize.obj -MD -MP -MF "$(DEPDIR)/twm-resize.Tpo" -c -o twm-resize.obj `if test -f 'resize.c'; then $(CYGPATH_W) 'resize.c'; else $(CYGPATH_W) '$(srcdir)/resize.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-resize.Tpo" "$(DEPDIR)/twm-resize.Po"; else rm -f "$(DEPDIR)/twm-resize.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='resize.c' object='twm-resize.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-resize.obj `if test -f 'resize.c'; then $(CYGPATH_W) 'resize.c'; else $(CYGPATH_W) '$(srcdir)/resize.c'; fi`
-
-twm-session.o: session.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-session.o -MD -MP -MF "$(DEPDIR)/twm-session.Tpo" -c -o twm-session.o `test -f 'session.c' || echo '$(srcdir)/'`session.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-session.Tpo" "$(DEPDIR)/twm-session.Po"; else rm -f "$(DEPDIR)/twm-session.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='session.c' object='twm-session.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-session.o `test -f 'session.c' || echo '$(srcdir)/'`session.c
-
-twm-session.obj: session.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-session.obj -MD -MP -MF "$(DEPDIR)/twm-session.Tpo" -c -o twm-session.obj `if test -f 'session.c'; then $(CYGPATH_W) 'session.c'; else $(CYGPATH_W) '$(srcdir)/session.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-session.Tpo" "$(DEPDIR)/twm-session.Po"; else rm -f "$(DEPDIR)/twm-session.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='session.c' object='twm-session.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-session.obj `if test -f 'session.c'; then $(CYGPATH_W) 'session.c'; else $(CYGPATH_W) '$(srcdir)/session.c'; fi`
-
-twm-twm.o: twm.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-twm.o -MD -MP -MF "$(DEPDIR)/twm-twm.Tpo" -c -o twm-twm.o `test -f 'twm.c' || echo '$(srcdir)/'`twm.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-twm.Tpo" "$(DEPDIR)/twm-twm.Po"; else rm -f "$(DEPDIR)/twm-twm.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='twm.c' object='twm-twm.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-twm.o `test -f 'twm.c' || echo '$(srcdir)/'`twm.c
-
-twm-twm.obj: twm.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-twm.obj -MD -MP -MF "$(DEPDIR)/twm-twm.Tpo" -c -o twm-twm.obj `if test -f 'twm.c'; then $(CYGPATH_W) 'twm.c'; else $(CYGPATH_W) '$(srcdir)/twm.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-twm.Tpo" "$(DEPDIR)/twm-twm.Po"; else rm -f "$(DEPDIR)/twm-twm.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='twm.c' object='twm-twm.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-twm.obj `if test -f 'twm.c'; then $(CYGPATH_W) 'twm.c'; else $(CYGPATH_W) '$(srcdir)/twm.c'; fi`
-
-twm-util.o: util.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-util.o -MD -MP -MF "$(DEPDIR)/twm-util.Tpo" -c -o twm-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-util.Tpo" "$(DEPDIR)/twm-util.Po"; else rm -f "$(DEPDIR)/twm-util.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='twm-util.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
-
-twm-util.obj: util.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-util.obj -MD -MP -MF "$(DEPDIR)/twm-util.Tpo" -c -o twm-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-util.Tpo" "$(DEPDIR)/twm-util.Po"; else rm -f "$(DEPDIR)/twm-util.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='twm-util.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
-
-twm-version.o: version.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-version.o -MD -MP -MF "$(DEPDIR)/twm-version.Tpo" -c -o twm-version.o `test -f 'version.c' || echo '$(srcdir)/'`version.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-version.Tpo" "$(DEPDIR)/twm-version.Po"; else rm -f "$(DEPDIR)/twm-version.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='version.c' object='twm-version.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-version.o `test -f 'version.c' || echo '$(srcdir)/'`version.c
-
-twm-version.obj: version.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-version.obj -MD -MP -MF "$(DEPDIR)/twm-version.Tpo" -c -o twm-version.obj `if test -f 'version.c'; then $(CYGPATH_W) 'version.c'; else $(CYGPATH_W) '$(srcdir)/version.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-version.Tpo" "$(DEPDIR)/twm-version.Po"; else rm -f "$(DEPDIR)/twm-version.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='version.c' object='twm-version.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-version.obj `if test -f 'version.c'; then $(CYGPATH_W) 'version.c'; else $(CYGPATH_W) '$(srcdir)/version.c'; fi`
-
-twm-gram.o: gram.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-gram.o -MD -MP -MF "$(DEPDIR)/twm-gram.Tpo" -c -o twm-gram.o `test -f 'gram.c' || echo '$(srcdir)/'`gram.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-gram.Tpo" "$(DEPDIR)/twm-gram.Po"; else rm -f "$(DEPDIR)/twm-gram.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gram.c' object='twm-gram.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-gram.o `test -f 'gram.c' || echo '$(srcdir)/'`gram.c
-
-twm-gram.obj: gram.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-gram.obj -MD -MP -MF "$(DEPDIR)/twm-gram.Tpo" -c -o twm-gram.obj `if test -f 'gram.c'; then $(CYGPATH_W) 'gram.c'; else $(CYGPATH_W) '$(srcdir)/gram.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-gram.Tpo" "$(DEPDIR)/twm-gram.Po"; else rm -f "$(DEPDIR)/twm-gram.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gram.c' object='twm-gram.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-gram.obj `if test -f 'gram.c'; then $(CYGPATH_W) 'gram.c'; else $(CYGPATH_W) '$(srcdir)/gram.c'; fi`
-
-twm-lex.o: lex.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-lex.o -MD -MP -MF "$(DEPDIR)/twm-lex.Tpo" -c -o twm-lex.o `test -f 'lex.c' || echo '$(srcdir)/'`lex.c; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-lex.Tpo" "$(DEPDIR)/twm-lex.Po"; else rm -f "$(DEPDIR)/twm-lex.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lex.c' object='twm-lex.o' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-lex.o `test -f 'lex.c' || echo '$(srcdir)/'`lex.c
-
-twm-lex.obj: lex.c
-@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -MT twm-lex.obj -MD -MP -MF "$(DEPDIR)/twm-lex.Tpo" -c -o twm-lex.obj `if test -f 'lex.c'; then $(CYGPATH_W) 'lex.c'; else $(CYGPATH_W) '$(srcdir)/lex.c'; fi`; \
-@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/twm-lex.Tpo" "$(DEPDIR)/twm-lex.Po"; else rm -f "$(DEPDIR)/twm-lex.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lex.c' object='twm-lex.obj' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(twm_CFLAGS) $(CFLAGS) -c -o twm-lex.obj `if test -f 'lex.c'; then $(CYGPATH_W) 'lex.c'; else $(CYGPATH_W) '$(srcdir)/lex.c'; fi`
-
.l.c:
$(LEXCOMPILE) $<
sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
diff --git a/app/twm/src/twm.h b/app/twm/src/twm.h
index a697d8233..1998af11b 100644
--- a/app/twm/src/twm.h
+++ b/app/twm/src/twm.h
@@ -99,7 +99,7 @@ typedef SIGNAL_T (*SigProc)(int); /* type of function returned by signal() */
#define NULLSTR ((char *) NULL)
-#define MAX_BUTTONS 5 /* max mouse buttons supported */
+#define MAX_BUTTONS 16 /* max mouse buttons supported */
/* info stings defines */
#define INFO_LINES 30