mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
- Always call xf_XSetTransientForHint unless style has WS_CHILD set. xf_XSetTransientForHint in turn checks if a parent is set, which is basically the only hint we have for managing/forcing the z-order. Everything else is irrelevant in that regard (except WS_EX_TOPMOST) See https://learn.microsoft.com/en-us/windows/win32/winmsg/window-features#owned-windows - Make _NET_WM_STATE_ABOVE only dependent on WS_EX_TOPMOST