FVWM: Patch to eliminate blink

From: Dan Niles <dan_at_more.net>
Date: Fri, 3 May 1996 11:05:45 -0500

Here is a patch that eliminates the blink of border color when a window
is closed.

This is not the most elegant solution, but it shows that the problem is
the order in which the window is closed.

------------------------- fvwm-2.0.42-NoBlink.patch --------------------------
--- builtins.c.orig Wed Apr 10 12:38:25 1996
+++ builtins.c Fri May 3 11:02:22 1996
_at_@ -598,6 +598,7 @@
   
   if (tmp_win->flags & DoesWmDeleteWindow)
   {
+ XUnmapWindow(dpy, tmp_win->frame);
     send_clientmessage (tmp_win->w, _XA_WM_DELETE_WINDOW, CurrentTime);
     return;
   }
--
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:01:05 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:58 BST