Explorar o código

Merge pull request #4884 from Dzentsetsu/master

Add DWM_WINDOW_CORNER_PREFERENCE enum for window corner preferences
Jeroen van Rijn hai 6 meses
pai
achega
7841d0b14b
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      core/sys/windows/dwmapi.odin

+ 7 - 0
core/sys/windows/dwmapi.odin

@@ -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 ---