emacs-devel
[Top][All Lists]
Advanced

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

RE: raise-frame sends lowers another Windows app's frame


From: Drew Adams
Subject: RE: raise-frame sends lowers another Windows app's frame
Date: Tue, 8 Aug 2006 07:00:06 -0700

    >       HDWP handle = BeginDeferWindowPos (2);
    >       if (handle)
    >   {
    >     DeferWindowPos (handle,
    >                     FRAME_W32_WINDOW (f),
    >                             HWND_TOP,
    >                             0, 0, 0, 0,
    >                             SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
    >
    >     DeferWindowPos (handle,
    >                     GetForegroundWindow (),
    >                     FRAME_W32_WINDOW (f),
    >                     0, 0, 0, 0,
    >                     SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
    >
    >     EndDeferWindowPos (handle);
    >   }

    Does it make a difference if you replace the above code with:
    ...

I don't know. I can't build Emacs here. When I can get a binary I will
check. Thx.





reply via email to

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