mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
disabled new code...
svn path=/trunk/; revision=5864
This commit is contained in:
parent
2832cd4e05
commit
a38845b010
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: msgqueue.c,v 1.18 2003/08/25 23:55:46 weiden Exp $
|
||||
/* $Id: msgqueue.c,v 1.19 2003/08/26 00:06:16 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -177,8 +177,8 @@ MsqInsertSystemMessage(MSG* Msg)
|
|||
KeAcquireSpinLock(&SystemMessageQueueLock, &OldIrql);
|
||||
|
||||
/* only insert WM_MOUSEMOVE messages if not already in system message queue */
|
||||
if(Msg->message == WM_MOUSEMOVE)
|
||||
mmov = MsgFindSystemMouseMoveMessage();
|
||||
//if(Msg->message == WM_MOUSEMOVE)
|
||||
// mmov = MsgFindSystemMouseMoveMessage();
|
||||
|
||||
if(mmov != (ULONG)-1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue