bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6468: A couple of problem related to frame raising (partly w32)


From: Juanma Barranquero
Subject: bug#6468: A couple of problem related to frame raising (partly w32)
Date: Tue, 22 Jun 2010 10:17:48 +0200

On Tue, Jun 22, 2010 at 01:19, Lennart Borgman
<lennart.borgman@gmail.com> wrote:

> Eh, now wait a minute again... - does not that mean that if
> foreground_window is not 0 then the "|| foreground_thread =
> GetCurrentThread ()" will be executed? (As I said...)

There's no

  || foreground_thread = GetCurrentThreadId ()

on the code you quoted; there is

  || foreground_thread == GetCurrentThreadId ()

which is not the same thing. No assignment in sight there.

    Juanma





reply via email to

[Prev in Thread] Current Thread [Next in Thread]