mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Temporary fix for CORE-7030 and maybe CORE-6384 too.
svn path=/trunk/; revision=58633
This commit is contained in:
parent
7cdc0b8c40
commit
347940eb1f
1 changed files with 2 additions and 1 deletions
|
@ -941,7 +941,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;
|
||||
|
|
Loading…
Reference in a new issue