Update macOS codenames

This commit is contained in:
Robin Gareus
2025-02-24 19:32:16 +01:00
parent 125fd41f6e
commit 978495c4f9

View File

@@ -58,7 +58,9 @@ typedef enum
GDK_OSX_BIGSUR = 16,
GDK_OSX_MONTEREY = 17,
GDK_OSX_VENTURA = 18,
GDK_OSX_CURRENT = 18,
GDK_OSX_SONOMA = 19,
GDK_OSX_SEQUOIA = 20,
GDK_OSX_CURRENT = 20,
GDK_OSX_NEW = 99
} GdkOSXVersion;