Quellcode durchsuchen

Update core/sys/windows/dwmapi.odin

Co-authored-by: Laytan <[email protected]>
gingerBill vor 6 Monaten
Ursprung
Commit
3963ad1cc1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      core/sys/windows/dwmapi.odin

+ 1 - 1
core/sys/windows/dwmapi.odin

@@ -38,7 +38,7 @@ DWMNCRENDERINGPOLICY :: enum {
 	DWMNCRP_LAST,
 }
 
-DWM_WINDOW_CORNER_PREFERENCE :: enum c_int{
+DWM_WINDOW_CORNER_PREFERENCE :: enum c_int {
    DEFAULT,
    DONOTROUND,
    ROUND,