On Fri, Nov 15, 2002 at 10:54:50PM -0600, fvwm-workers wrote: > CVSROOT: /home/cvs/fvwm > Module name: fvwm > Changes by: jpweber 02/11/15 22:54:50 > > Modified files: > modules/FvwmProxy: FvwmProxy.c > > Log message:
[snip] > Added temp fix to use XFillRectangle vs. XClearWindow since the latter > wasn't using the proper select colorset background color; Can you describe what the exact problem was? The background is set by the DrawProxyBackground function() into the window backgorund. After that, clearing the windows forces the X server to redraw the window and the background becomes visible. Using XFillRectangle has two disadvantages. First, it draws in the foreground which requires communication with the X server to keep it drawn properly. Second, XFillRectangle paints over the background from the colour set, for example covering a transparent background. [snip] Bye Dominik ^_^ ^_^ -- 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]