[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some comments about changes in revno 110444
From: |
Eli Zaretskii |
Subject: |
Re: Some comments about changes in revno 110444 |
Date: |
Mon, 08 Oct 2012 15:50:00 +0200 |
> Date: Mon, 08 Oct 2012 05:53:52 -0700
> From: Daniel Colascione <address@hidden>
> CC: address@hidden
>
> > Why did you need the call to notify_msg_ready below?
> >
> > @@ -285,7 +309,7 @@ prepend_msg (W32Msg *lpmsg)
> > nQueue++;
> > lpNew->lpNext = lpHead;
> > lpHead = lpNew;
> > -
> > + notify_msg_ready ();
>
> The call to notify_msg_ready is needed because after a call to prepend_msg, a
> message is now ready. It should have been there all along.
I guess no one have seen a MSH_MOUSEWHEEL message in Emacs in a long,
long, LONG time ;-)