FVWM: FvwmIconMan 0.9.6 released

From: Allen Brady Montz <bradym_at_cs.arizona.edu>
Date: 10 Feb 1997 20:21:40 -0700

FvwmIconMan 0.9.6 is out. I only changed 1 line of C code, adding an XSync()
call after the window shape gets changed. Hopefully this will fix a problem
where when the shape changes, parts of the window which were not in the old
shape, but are in the new don't get drawn. If you don't see that problem,
there's no point in getting this (assuming you have 0.9.5 now).

The address:

http://www.cs.arizona.edu/people/bradym/software/FvwmIconMan-0.9.6.tar.gz
        or
ftp://ftp.cs.arizona.edu/people/bradym/FvwmIconMan/FvwmIconMan-0.9.6.tar.gz

Here's a patch. I'm not putting this on my web page, so get it now:

diff FvwmIconMan-0.9.5/CHANGES FvwmIconMan/CHANGES
0a1,5
> 2/10/97 Version 0.9.6:
> Added call to XSync() after setting window shape,
> otherwise, will get blank regions on next
> redraw.
>
diff FvwmIconMan-0.9.5/FvwmIconMan.c FvwmIconMan/FvwmIconMan.c
16c16
< static char *VERSION = "0.9.4";
---
> static char *VERSION = "0.9.6";
diff FvwmIconMan-0.9.5/FvwmIconMan.man FvwmIconMan/FvwmIconMan.man
2,3c2,3
< .\" _at_(#)FvwmIconMan.1	2/7/97
< .TH FvwmIconMan 0.9.5 "Feb 7, 1997"
---
> .\" _at_(#)FvwmIconMan.1	2/10/97
> .TH FvwmIconMan 0.9.6 "Feb 10, 1997"
diff FvwmIconMan-0.9.5/README FvwmIconMan/README
4c4
< This is version 0.9.5 of FvwmIconMan, an icon manager modeled roughly on TWM's
---
> This is version 0.9.6 of FvwmIconMan, an icon manager modeled roughly on TWM's
diff FvwmIconMan-0.9.5/xmanager.c FvwmIconMan/xmanager.c
1285a1286
>     /* This little piggie waits until past resize requests get processed */
1293a1295,1297
>     /* And this little piggie waits for shape to get processed before
>        drawing buttons */
>     XSync (theDisplay, False);
-- 
 Brady Montz
 bradym_at_cs.arizona.edu
--
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 Mon Feb 10 1997 - 21:22:49 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:00 BST