- Fix build

svn path=/trunk/; revision=54009
This commit is contained in:
Rafal Harabien 2011-10-05 14:17:21 +00:00
parent e8060bd6bc
commit 9909d74da7

View file

@ -11,6 +11,8 @@
#include <win32k.h> #include <win32k.h>
DBG_DEFAULT_CHANNEL(UserTimer); DBG_DEFAULT_CHANNEL(UserTimer);
WORD FASTCALL UserGetMouseButtonsState(VOID);
/* GLOBALS *******************************************************************/ /* GLOBALS *******************************************************************/
static LIST_ENTRY TimersListHead; static LIST_ENTRY TimersListHead;
@ -322,7 +324,7 @@ SystemTimerProc(HWND hwnd,
{ {
if (pDesk->htEx == HTCLIENT) // In a client area. if (pDesk->htEx == HTCLIENT) // In a client area.
{ {
wParam = get_key_state(); wParam = UserGetMouseButtonsState();
Msg = WM_MOUSEHOVER; Msg = WM_MOUSEHOVER;
if (pWnd->ExStyle & WS_EX_LAYOUTRTL) if (pWnd->ExStyle & WS_EX_LAYOUTRTL)