- Make the control look more like native by using the right font and
commit4790f82329f11449d4bc5554c29accd3e4eaec3d
authorRobert Shearman <rob@codeweavers.com>
Thu, 23 Sep 2004 22:51:42 +0000 (23 22:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 23 Sep 2004 22:51:42 +0000 (23 22:51 +0000)
treef699d33db2c053bce34a5ec09f55299b71c55a5b
parent317d6c592a99e7e8a27ea42cb6fe38a67728badf
- Make the control look more like native by using the right font and
  spacing.
- Use TextOutW rather than DrawTextW as we don't use any features of
  DrawTextW.
- Fix caret size and position.
- Implement WM_CHAR and WM_SYSCHAR messages.
dlls/comctl32/hotkey.c