Re: [3/3] user32: Move the server call up in order to perform the thread input check earlier in SetActiveWindow.
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
SetForegroundWindow already does a similar thing.
Yes but that's because it doesn't have to call a hook first. -- Alexandre Julliard julliard(a)winehq.org
Alexandre Julliard <julliard(a)winehq.org> wrote:
SetForegroundWindow already does a similar thing.
Yes but that's because it doesn't have to call a hook first.
Do you have a suggestion how to perform the thread input check without moving the server call up? -- Dmitry.
Alexandre Julliard <julliard(a)winehq.org> wrote:
SetForegroundWindow already does a similar thing.
Yes but that's because it doesn't have to call a hook first.
Do you have a suggestion how to perform the thread input check without moving the server call up?
Any insight about this one? -- Dmitry.
participants (2)
-
Alexandre Julliard -
Dmitry Timoshkov