Re: GdipGraphicsClear function implementation and tests
March 31, 2008
1:56 p.m.
"Gynvael Coldwind" <gynvael(a)vexillium.org> writes:
+ /* get width and height + */ + width = GetDeviceCaps(graphics->hdc, HORZRES); + height = GetDeviceCaps(graphics->hdc, VERTRES);
This won't do what you want. You should probably use something like GetClipBox() here. -- Alexandre Julliard julliard(a)winehq.org
6569
Age (days ago)
6569
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard