Developers,

Here's a patch for the MenuFace TiledPixmap bug that I submitted yesterday :-)

Suzanne

-- 
[EMAIL PROTECTED] - http://www.igs.net/~tril/
--- 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)))

Reply via email to