Hi,

There seems to be a problem in the drawing of menus. The problem is as follows:
I have a grey/white DGradient as a background of my menus. When i use FreeType
fonts as my menu font, the gradient doesnt show at all, i only get a
plain grey background.
I tried to trace the problem, and stumbled upon some code in menuitem.c. 
In menuitem_paint(), there is a piece of code
     ...
     else if ( xft_redraw || ... ) {
         ...
         XClearArea(...)
     }
When i comment the XClearArea (or the xft_redraw condition), the
gradient does show. I've never programmed with Xlibs before, so i don't
really know how the XClearArea works, so maybe someone can help me find
out what could be going wrong ?

thanks,
Remko
--
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