[clip]
> Ahh, finally some progress.
>
> I'm not sure we are on the same track, I never noticed any frame
> blinking. What I see is the frame filling with the "unhilite color"
> during window takedown.
Yup, same track. On my computer it appears as a blink of the unhilight color.
> I tried this:
>
> Around line 1900 in builtins.c, I removed this line:
>
> XUnmapWindow(dpy,w);
>
> Therefore only unmapping the frame. I think it automatically unmaps
> the window inside. This seems to fix the frame filling problem during
> iconify, but I still see the frame fill when I exit an application.
> (For example typing "q" in an xv window.)
I believe that the problem is with the application closing itself down and
unmapping itself. The proper fix would be to redo the unmapping so that
whenever a window is unmapped, it unmaps the frame first. I am not entirly
certain how to do this when the application kills itself (q in xv).
It might be possible to do this by modifying the windows event mask.
> Any testing has to be done with the cpu very busy.
That is very difficult for me to do, I have a very fact computer. :)
Dan Niles
dan_at_more.net
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Fri May 03 1996 - 11:51:24 BST