mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Merge pull request #4884 from Dzentsetsu/master
Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferences
This commit is contained in:
@@ -38,6 +38,13 @@ DWMNCRENDERINGPOLICY :: enum {
|
|||||||
DWMNCRP_LAST,
|
DWMNCRP_LAST,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DWM_WINDOW_CORNER_PREFERENCE :: enum c_int {
|
||||||
|
DEFAULT,
|
||||||
|
DONOTROUND,
|
||||||
|
ROUND,
|
||||||
|
ROUNDSMALL,
|
||||||
|
}
|
||||||
|
|
||||||
@(default_calling_convention="system")
|
@(default_calling_convention="system")
|
||||||
foreign dwmapi {
|
foreign dwmapi {
|
||||||
DwmFlush :: proc() -> HRESULT ---
|
DwmFlush :: proc() -> HRESULT ---
|
||||||
|
|||||||
Reference in New Issue
Block a user