From 78a7c80956b457a57f7ebb1e200b4c50bdb661b3 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 8 Oct 2012 18:26:35 +0000 Subject: Commit forgotten patch, bug #437552 by avx. (Portage version: 2.1.11.24/cvs/Linux x86_64) --- x11-wm/fvwm/ChangeLog | 6 +++++- x11-wm/fvwm/files/fvwm-2.6.5-mouse-buttons.patch | 11 +++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 x11-wm/fvwm/files/fvwm-2.6.5-mouse-buttons.patch (limited to 'x11-wm/fvwm') diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog index e85816b828f3..441ef15bc42e 100644 --- a/x11-wm/fvwm/ChangeLog +++ b/x11-wm/fvwm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/fvwm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.188 2012/10/07 13:49:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.189 2012/10/08 18:26:35 pacho Exp $ + + 08 Oct 2012; Pacho Ramos + +files/fvwm-2.6.5-mouse-buttons.patch: + Commit forgotten patch, bug #437552 by avx. *fvwm-2.6.5 (07 Oct 2012) 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 -- cgit v1.2.3-65-gdbad