Merge in revision 58633, which was supposed to be merged in but was left out of the...
authorZiliang Guo <drakekaizer666@gmail.com>
Mon, 8 Apr 2013 18:19:59 +0000 (18:19 +0000)
committerZiliang Guo <drakekaizer666@gmail.com>
Mon, 8 Apr 2013 18:19:59 +0000 (18:19 +0000)
svn path=/branches/ReactOS-0.3.15/; revision=58724

win32ss/user/ntuser/focus.c

index 45025e9..4315047 100644 (file)
@@ -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;