diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-10-08 18:26:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-10-08 18:26:35 +0000 |
commit | 78a7c80956b457a57f7ebb1e200b4c50bdb661b3 (patch) | |
tree | 101ba87807185a9be83982952db1a23930b4452e /x11-wm/fvwm/files | |
parent | Initial commit wrt bug #437544. Ebuild is from rion overlay and will be maint... (diff) | |
download | gentoo-2-78a7c80956b457a57f7ebb1e200b4c50bdb661b3.tar.gz gentoo-2-78a7c80956b457a57f7ebb1e200b4c50bdb661b3.tar.bz2 gentoo-2-78a7c80956b457a57f7ebb1e200b4c50bdb661b3.zip |
Commit forgotten patch, bug #437552 by avx.
(Portage version: 2.1.11.24/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/fvwm/files')
-rw-r--r-- | x11-wm/fvwm/files/fvwm-2.6.5-mouse-buttons.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/fvwm/files/fvwm-2.6.5-mouse-buttons.patch b/x11-wm/fvwm/files/fvwm-2.6.5-mouse-buttons.patch new file mode 100644 index 000000000000..7eaa3e20b7c7 --- /dev/null +++ b/x11-wm/fvwm/files/fvwm-2.6.5-mouse-buttons.patch @@ -0,0 +1,11 @@ +--- libs/defaults.h 2011-08-15 18:25:40.000000000 +0200 ++++ libs/defaults.h 2012-04-12 21:13:47.000000000 +0200 +@@ -25,7 +25,7 @@ + /* The "extended" buttons do not provide the full functionality because X has + * no bit mask value for them. Things like dragging windows don't work with + * them. */ +-#define NUMBER_OF_EXTENDED_MOUSE_BUTTONS 9 ++#define NUMBER_OF_EXTENDED_MOUSE_BUTTONS 15 + #if NUMBER_OF_EXTENDED_MOUSE_BUTTONS > 31 + #error No more than 31 mouse buttons can be supported on 32 bit platforms + #endif |