FVWM: Fix for FvwmWinList

From: Grant McDorman <grant_at_isgtec.com>
Date: Tue, 31 Oct 1995 15:25:00 -0500

The following (simple) patch to FvwmWinList corrects a refresh problem apparent
on my Sun SPARCStation 20. (It appears to be a timing problem, in that it did
not appear on an HP system).

It also appears to correct the repositioning problem that FvwmWinList had (it
wandered from its assigned position as the window list changed).

*** FvwmWinList.c.orig Fri Aug 4 15:27:31 1995
--- FvwmWinList.c Mon Oct 30 23:29:04 1995
***************
*** 583,588 ****
--- 583,589 ----
        XMoveResizeWindow(dpy,win,win_x+win_border,win_y+win_title+win_border,
          new_width,new_height);
      } else XResizeWindow(dpy,win,new_width,new_height);
+ XSync(dpy,False);
    }
    UpdateArray(&buttons,-1,-1,new_width,-1);
    if (new_height>0) win_height=new_height;


Grant McDorman <grant_at_isgtec.com>
                                ISG Technologies, Inc.
--
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 Tue Oct 31 1995 - 14:46:48 GMT

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