On Fri, Jan 26, 2007 at 05:38:00PM -0600, fvwm-workers wrote:
> CVSROOT:      /home/cvs/fvwm
> Module name:  fvwm
> Changes by:   griph   07/01/26 17:38:00
> 
> Modified files:
>       .              : ChangeLog 
>       fvwm           : menus.c 
> 
> Log message:
> * redraw sidepics only if parts of them are exposed

There was a small bug in the patch.  To test wether the expose
area and the sidepic no not overlap, this is correct:

  (x >= offset + width)
    ^^^^

not

  (x > offset + width)
    ^^^

(Fixed).

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

Reply via email to