• Piotr Pawlow's avatar
    wined3d: Use a separate mutex for wndproc_table access. · b5e04640
    Piotr Pawlow authored
    If CreateDevice is called with hFocusWindow belonging to another thread,
    then any code that does SendMessage (or equivalent) to the window while
    holding the main wined3d mutex causes a deadlock, because wined3d_wndproc
    tries to acquire the same mutex for wndproc_table access.
    b5e04640
wined3d_main.c 18.2 KB