From 9d75185e627aa2c4a0c28f747ef7936b59d5796e Mon Sep 17 00:00:00 2001 From: Ziliang Guo Date: Mon, 8 Apr 2013 18:19:59 +0000 Subject: [PATCH] Merge in revision 58633, which was supposed to be merged in but was left out of the list I was given. This had better be the last code change. svn path=/branches/ReactOS-0.3.15/; revision=58724 --- win32ss/user/ntuser/focus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win32ss/user/ntuser/focus.c b/win32ss/user/ntuser/focus.c index 45025e92bc1..431504784f6 100644 --- a/win32ss/user/ntuser/focus.c +++ b/win32ss/user/ntuser/focus.c @@ -930,7 +930,8 @@ IntAllowSetForegroundWindow(DWORD dwProcessId) } else { // Rule #3, last input event in force. - ptiLastInput = ppi->ptiList; + ERR("Fixme: ptiLastInput is SET!!\n"); + //ptiLastInput = ppi->ptiList; ObDereferenceObject(Process); } return TRUE;