From: Hartmut Birr
I've added a line 'DbgPrint("%d %d %d %d\n", cbox.xMin,
cbox.yMin, cbox.xMax, cbox.yMax);' in ftrend1.c in function
ft_raster1_render after the line where the cbox values are
set. I get '86272 0 2815808 3057600' for the flashing window.
All other prints from this point are '0 0 640 384', '0 0 320
448' or '0 -128 384 384'. The values are in a range from -128 to 640.
Cause was a failed call to SystemParametersInfo. Fixed now
(
http://reactos.com:8080/archives/public/ros-cvs/2004-October/005731.html)
Ge van Geldorp.