Serge Ivanov
commitab2f43f99b9f9152acea3dd6327646a334faca45
authorAlexandre Julliard <julliard@winehq.org>
Fri, 26 May 2000 22:28:34 +0000 (26 22:28 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 26 May 2000 22:28:34 +0000 (26 22:28 +0000)
tree79af8685561657cdd9e4fd41ee376815a94a2a67
parente2853822c50ade43a8b219b136713f4553a09b3f
Serge Ivanov
- Added handling of WM_MOUSEACTIVATE message
- Added in_focus field to internal listbox's structure. This flag is set on
  receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
  GetFocus function were replaced with checks of this flag.
- In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
  clear
controls/listbox.c