Do not issue a GetUpdateRect() to query an update region for
authorAlex Villacís Lasso <a_villacis@palosanto.com>
Tue, 8 Nov 2005 13:11:48 +0000 (13:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Nov 2005 13:11:48 +0000 (13:11 +0000)
commit4082e9a69c94117aa02dc63625ee062dc6523c8c
treede00ae4f512fd8f34fd40fdb55817f6074dbbfb2
parent52e8200cee9fd3b5807988e959d4e76beb3b4ef4
Do not issue a GetUpdateRect() to query an update region for
WM_PAINT(wParam=HDC) case. Instead, use GetClientRect() for a bounding
rect.
dlls/comctl32/treeview.c