FVWM: Transient FvwmWinList module bug in mouse action

From: Floyd Davidson <floyd_at_ptialaska.net>
Date: 17 Sep 2002 04:57:43 -0800

I tried to send this to the bug report web page, but it refuses the
connection...

If the FvwmWinList module is invoked as a transient (e.g., bound to
a mouse button) the configuration for mouse button action in the
resulting window doesn't work. All mouse buttons will invoke the
action assigned to button 1.

The problem is with code at lines 815 through 817 in FvwmWinList.c
(version 2.4.10).

The code looks like this,

      SendFvwmPipe(Fvwm_fd,
         ClickAction[(Transient) ? 0:Event.xbutton.button-1],
         ItemID(&windows,num));

and instead probably should be,

      SendFvwmPipe(Fvwm_fd,
         ClickAction[Event.xbutton.button-1],
         ItemID(&windows,num));

-- 
Floyd L. Davidson              <http://www.ptialaska.net/~floyd>
Ukpeagvik (Barrow, Alaska)  "Place where people hunt snowy owls"
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Sep 17 2002 - 07:59:49 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:53 BST