Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Sun, 11 Oct 1998 18:47:02 +0000 (18:47 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 11 Oct 1998 18:47:02 +0000 (18:47 +0000)
commitd4663668b827a7095090969811ac6b5aaee9cca4
tree61ebd51e533c879884280338e9eb630a7d89ec72
parent832e4985654137960f20199082113781256117fa
Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
coordinates relative to the device, not the DC origin. This is
necessary to correctly implement GetClipRgn16 and InquireVisRgn.
SelectVisRgn also expects region in device-relative coordinates.
Adapted the rest of Wine to this coordinate change.
Implemented ExtSelectClipRgn.
14 files changed:
graphics/path.c
graphics/x11drv/bitblt.c
graphics/x11drv/clipping.c
graphics/x11drv/graphics.c
graphics/x11drv/text.c
if1632/gdi.spec
include/dc.h
include/windows.h
objects/clipping.c
objects/dc.c
objects/dcvalues.c
windows/dce.c
windows/painting.c
windows/scroll.c