From: Scott L. <sl...@cs...> - 2002-03-31 10:45:51
|
Noticed a bug in window-configuration.scm that only pops up when simultaneously moving and resizing a window that has a gravity other than 'northwest. The values for 'set-end-x?' and 'set-end-y?' were being set incorrectly. Changelog: * window-configuration.scm: Fixed bug in generation of xforms for 'animate-windows' which made 'apply-window-configurations' claim that we weren't moving the window. This caused the final position to be wrong if the window had any gravity except northwest. Add doc string to 'apply-window-configurations'. - Scott |