comctl32: Move the getting of the DC outside of ANIMATE_DrawFrame.
commit2a56d15997558346615b9b65ea76697607c8f289
authorRob Shearman <rob@codeweavers.com>
Thu, 7 Feb 2008 12:37:45 +0000 (7 12:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 Feb 2008 12:52:38 +0000 (7 13:52 +0100)
tree7c2967eaac07ff4d1988a8d4f715d58f22f855e7
parent62a92d160e57a5a8fceedb90fd393d14e1379d9e
comctl32: Move the getting of the DC outside of ANIMATE_DrawFrame.

This allows the handle to the DC to be passed in the WM_CTLCOLORSTATIC
message sent to the parent.
dlls/comctl32/animate.c