Commit 9c063468d6b806de954d867ced857395c6162b82

Ryan C. Gordon 2021-04-24T19:47:10

x11: call XSync before XSetInputFocus during SDL_ShowWindow. This only happens when using a non-NET_WM window manager, as we might try to set the focus before the window is mapped. Fixes #3949.