On Wed, May 22, 2002 at 11:28:39PM -0500, Dave Trollope wrote:
> Hi,
> 
> I have for quite sometime been wondering why on my system the
> FvwmIconMan background was getting left corrupted when another window
> was put on top of it, and then removed. Here is a patch.
> 
> The problem was that between 1.4.5 and now, an if() in draw_manager()
> was removed and the clear_empty_region() was (I think) moved. However it
> was moved to an if() with different conditions - it used to be called
> because numWindows > 0 (almost always) but this was no longer true.
> 
> So, when an Expose event was received, the draw_managers was called and
> the clear_empty_region() was never called. So I added to the dirty_flags
> a REDRAW_BG flag, and set it from within man_exposed. This triggers the
> redrawing of the background for the expose events.
> 
> Please take a look at the patch and include it in the next build.

Hm, wasn't that already fixed?  For which release is that patch?
2.4.x or 2.5.x?

Bye

Dominik ^_^  ^_^

-- 
Dominik Vogt, email: [EMAIL PROTECTED]
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20

--
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