GetUpdateRect should return client coordinates unless the window was
authorDave Pickles <davep@nugate.demon.co.uk>
Wed, 17 Feb 1999 12:36:26 +0000 (12:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 17 Feb 1999 12:36:26 +0000 (12:36 +0000)
commit34a4b91e787e52a14058f559b4c36eb21fe1f4d6
tree362deeab113689832b8691b5e868748562147e8a
parentd6cbc01680b0f3ca43b84c8b8e525cdc33d7d260
GetUpdateRect should return client coordinates unless the window was
created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
in which case the result should be in logical coordinates.
windows/painting.c