[quartz] Update known and latest macOS version to macOS 13 Ventura.

This commit is contained in:
John Ralls
2022-11-29 11:44:27 -08:00
parent 307945fbe4
commit ce99b56f25

View File

@ -43,7 +43,8 @@ typedef enum
GDK_OSX_CATALINA = 15,
GDK_OSX_BIGSUR = 16,
GDK_OSX_MONTEREY = 17,
GDK_OSX_CURRENT = 17,
GDK_OSX_VENTURA = 18,
GDK_OSX_CURRENT = 18,
GDK_OSX_NEW = 99
} GdkOSXVersion;