• Vincent Povirk's avatar
    winex11.drv: Allow explorer to focus other process windows. · 6823f4aa
    Vincent Povirk authored
    When explorer gets a take focus message, it tries to focus the foreground
    window, but this doesn't work because set_focus can only focus windows in
    the current process. We have to look for the focus window in the foreground
    thread, not the current one, or we won't find the other process's windows.
    
    Since the other process may crash at any time, causing its windows to be
    destroyed, we also have to ignore the BadWindow error that will occur if that
    happens at a critical time.
    6823f4aa
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...