From 3cda5e8f2e231c9082d98ed486c04a35a6caa955 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Wed, 17 Aug 2022 00:17:06 +0000 Subject: [PATCH] steamcompmgr: Add more blurb to WS_EX_LAYERED --- src/steamcompmgr.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 1a96a34..f397690 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -2095,6 +2095,10 @@ win_maybe_a_dropdown( win *w ) // The Launcher in Witcher 2 (20920) has a clear window with WS_EX_LAYERED on top of it. // + // The Age of Empires 2 Launcher also has a WS_EX_LAYERED window to separate controls + // from its backing, which this seems to handle, although we seemingly don't handle + // it's transparency yet, which I do not understand. + // // Layered windows are windows that are meant to be transparent // with alpha blending + visual fx. // https://docs.microsoft.com/en-us/windows/win32/winmsg/window-features