fvwm-snap-20021119 fixes the xview "Paste/L8 changes focus" problem.


I still needed to make this change to focus.c to make xview take the focus
on a mouse click (clicktofocus).

> change:       if (!FP_IS_LENIENT(FW_FOCUS_POLICY(fw)) && 
> !focus_does_accept_input_focus(fw) &&  sf != NULL && sf->Desk == 
> Scr.CurrentDesk)
>
> to:   if (!FP_IS_LENIENT(FW_FOCUS_POLICY(fw)) && 
> !focus_does_accept_input_focus(fw) && (sf == NULL || sf->Desk == 
> Scr.CurrentDesk))


xview Icons hiding in top corner on Restart also seems to have been cured.

Thanx
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to