- Cleaned up some of the drawing code, specifically dealing with
commit035245c8734bac122549c8de7e2c6299eb7fd6e3
authorAric Stewart <aric@codeweavers.com>
Wed, 10 May 2000 21:40:49 +0000 (10 21:40 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 May 2000 21:40:49 +0000 (10 21:40 +0000)
tree7cb82a665c623f6572892ed2dd4323c29edc75be
parent8cfea6e2926113e2bc5ff6cbe8829a64abf8e67f
- Cleaned up some of the drawing code, specifically dealing with
  avoiding trying to draw invalid bitmaps.
- Avoid directly calling drawing functions instead invalidating rects
  and relying on WM_PAINT.
- For the dropdown event check the button style as opposed to the
  toolbar style.
dlls/comctl32/toolbar.c