commit | d4663668b827a7095090969811ac6b5aaee9cca4 | [log] [tgz] |
---|---|---|
author | Ulrich Weigand <weigand@informatik.uni-erlangen.de> | Sun Oct 11 18:47:02 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 11 18:47:02 1998 +0000 |
tree | 61ebd51e533c879884280338e9eb630a7d89ec72 | |
parent | 832e4985654137960f20199082113781256117fa [diff] |
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.