Recent CVS update causes Quicken popup problem/Help please

Alexandre Julliard julliard at winehq.org
Thu Feb 10 14:19:46 CST 2005


Carl Sopchak <carl.sopchak at cegis123.com> writes:

> I guess my problem is that I have NO CLUE as to how this SHOULD be handled.  
> Should the style be set to (style & ~WS_VISIBLE) when the rectangle is 
> {0,0;0,0}?  Should {0,0;0,0} be considered a valid rectangle in 
> validate_window_rectangles()?  Should validate_window_rectangles() only get 
> called if the rectangle is not {0,0;0,0}?  Or, very possibly, is there 
> something else that should happen?  Just to see what happened, I commented 
> out the call to validate_window_rectangles, and the popup disappeared as it 
> should.

The client rectangle should have been set to {0,0;0,0} too. You should
look at the WM_NCCALCSIZE processing (SWP_DoNCCalcSize in
dlls/x11drv/winpos.c) and check what's happening there with the
rectangles.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list