mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[win32k]
- Fix a bug that caused problems when the user clicks in the caption of a window to activate it svn path=/trunk/; revision=50807
This commit is contained in:
@@ -1093,7 +1093,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, UINT first, UINT
|
||||
|
||||
/* Activate the window if needed */
|
||||
|
||||
if (msg->hwnd != MessageQueue->ActiveWindow)
|
||||
if (msg->hwnd != UserGetForegroundWindow())
|
||||
{
|
||||
PWND pwndTop = pwndMsg;
|
||||
while (pwndTop)
|
||||
|
||||
Reference in New Issue
Block a user