Add missing SetLayeredWindowAttributes constants

This commit is contained in:
gerigk
2025-11-04 18:22:34 +01:00
parent f70454c237
commit fbbdbc37fa

View File

@@ -871,3 +871,6 @@ NONCLIENTMETRICSW :: struct {
iPaddedBorderWidth: i32,
}
LPNONCLIENTMETRICSW :: ^NONCLIENTMETRICSW
LWA_COLORKEY :: 0x1
LWA_ALPHA :: 0x2