On 06 Oct 2002 07:46:32 +0700, Andrey R. Urazov wrote:
>
> On Sun, Oct 06, 2002 at 12:29:13AM +0200, Dominik Vogt wrote:
> > > This is a bug. I believe it was introduced in 2.5.3 after FP* style
> > > additions. The source problem is that FlipFocus works just like Focus.
> > > I think that when this is fixed, WindowList will work as usual.
> >
> > Fixed.
> Thanks, this will make using FVWM much more comfortable. Is the fix only
> available through CVS or maybe there is a patch somewhere?
To make the work of Diminik easier I will answer. For 2.5.3:
_at_@ -302,7 +302,7 @@
{
return;
}
- __update_windowlist(fw, args->is_focus_by_focus_cmd, args->set_by);
+ __update_windowlist(fw, args->set_by, args->is_focus_by_focus_cmd);
if (__try_other_screen_focus(fw) == True)
{
return;
Regards,
Mikhael.
--
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 Sat Oct 05 2002 - 20:16:42 BST