microsoft/Windows.UI.Composition-Win32-Samples

Reversed z-order between DesktopWindowTargets(Siblings of win32 window).

SJRyu opened this issue · 1 comments

SJRyu commented

Im using 'winrt::Windows::UI::Composition::Desktop::DesktopWindowTarget'.
But, Probably could get same consequence with direct composition, Im not sure tho.

when left window below to right window.
bug1

when right window below to left window. ( i reversed z-order with 'SetWindowPos')
bug1_1