CVSROOT: /home/cvs/fvwm Module name: fvwm Changes by: tadam 09/08/22 10:58:23
Modified files:
. : ChangeLog
fvwm : geometry.c
Log message:
Fix gcc -O3 bug when resizing aspect-ratio windows.
Due to how the calculations are done in
geometry.c:__cs_handle_aspect_ratio(), the compiler optimizes the out
completely -- make the local variables to that function volatile to stop an
infinite loop in FVWM when resizing a window with aspect ratio, such as
Mplayer.
