[PATCH 0/1] MR5456: include: Add missing DWMWA_* enum values
4 Apr
4 Apr
5:15 a.m.
New subject: [PATCH 1/1] include: Add missing DWMWA_* enum values
From: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- include/dwmapi.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/dwmapi.h b/include/dwmapi.h index 1b19426ce2d..574baf055ee 100644 --- a/include/dwmapi.h +++ b/include/dwmapi.h @@ -57,6 +57,14 @@ enum DWMWINDOWATTRIBUTE { DWMWA_CLOAK, DWMWA_CLOAKED, DWMWA_FREEZE_REPRESENTATION, + DWMWA_PASSIVE_UPDATE_MODE, + DWMWA_USE_HOSTBACKDROPBRUSH, + DWMWA_USE_IMMERSIVE_DARK_MODE = 20, + DWMWA_WINDOW_CORNER_PREFERENCE = 33, + DWMWA_BORDER_COLOR, + DWMWA_CAPTION_COLOR, + DWMWA_TEXT_COLOR, + DWMWA_VISIBLE_FRAME_BORDER_THICKNESS, DWMWA_LAST }; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5456
700
Age (days ago)
700
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alistair Leslie-Hughes -
Alistair Leslie-Hughes (@alesliehughes)