Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferences

This commit is contained in:
Roman Osipov
2025-02-26 12:23:49 +03:00
parent 1f6ddc0f36
commit a1597022af

View File

@@ -38,6 +38,13 @@ DWMNCRENDERINGPOLICY :: enum {
DWMNCRP_LAST,
}
DWM_WINDOW_CORNER_PREFERENCE :: enum c_int{
DEFAULT,
DONOTROUND,
ROUND,
ROUNDSMALL,
}
@(default_calling_convention="system")
foreign dwmapi {
DwmFlush :: proc() -> HRESULT ---