On Sat, Aug 24, 2002 at 04:12:18PM -0400, Suzanne Skinner wrote:
> Developers,
> 
> Here's a patch for the MenuFace TiledPixmap bug that I submitted yesterday :-)

Actually, that patch removes only the symptom, not the root cause
of the problem.  The parts not covered by the sub menu should have
never been cleared in the first place.  I'll commit a fix.

> --- fvwm/menus.c.orig Sat Aug 24 13:45:58 2002
> +++ fvwm/menus.c      Sat Aug 24 13:48:36 2002
> @@ -4155,6 +4155,8 @@
>               /* be smart about handling the expose, redraw only the entries
>                * that we need to */
>               if (pevent == NULL ||
> +                    (ms && (ST_FACE(ms).type == PixmapMenu ||
> +                            ST_FACE(ms).type == TiledPixmapMenu)) ||
>                   (pevent->xexpose.y < (MI_Y_OFFSET(mi) + MI_HEIGHT(mi)) &&
>                    (pevent->xexpose.y + pevent->xexpose.height) >
>                    MI_Y_OFFSET(mi)))

Bye

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
--
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