The twm mouse button limit is too low for today's mice. --- twm.h.~1.6.~ Thu Nov 4 03:19:04 2004 +++ twm.h Tue Nov 23 20:48:33 2004 @@ -99,7 +99,7 @@ #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
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Fix committed to git master - thanks for pointing this out: src/twm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 44d51a2bc7d1e2fc5fcd3f729b6f0ca6e62e1f00 Author: Wolfgang Rupprecht <wsr+xorg@wsrcc.com> Date: Mon Jan 23 15:11:00 2006 -0800 X.Org Bug #5691: twm mouse button limit too low <https://bugs.freedesktop.org/show_bug.cgi?id=5691>
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.