This patch was written because I had a dislike of the way the Maximize function worked. I had two buttons on my window that used the Maximize function. One that make it wider and one that made it taller. It became annoying to me when I noticed that I could not combine the use of these two buttons, because if you use Maximize once, the next time you use it, it is guaranteed to undo what it did before. I removed the part of Maximize that caused this. I suddenly realized that I did like the idea of being able to restore the original dimentions and position to the window, so I added a Restore function. This patch will do to your fvwm what I did to mine. I don't know if anyone else cares to have this or not, but just in case, I uploaded this. This patch was made from fvwm v1.24l. To install this patch: 1. copy (or move) the patch to wherever you have fvwm installed. 2. patch -p0 < fvwm_restore.patch I would also like to thank Robert Nation for creating the easiest to use and configure windowing system I have ever used. so...Thank you Robert Nation. If anyone decides to implement this patch and finds it to their liking, I would appreciate it if you would mail me at: fowler@cs.utexas.edu so I will know my effort wasn't wasted. Thanks, Chris Fowler fowler@cs.utexas.edu