]> source.dussan.org Git - tigervnc.git/commitdiff
xorg-version.h: Increase supported Xorg version to 1.21
authorJoakim Tjernlund <joakim.tjernlund@infinera.com>
Wed, 24 Nov 2021 20:09:36 +0000 (21:09 +0100)
committerJoakim Tjernlund <joakim.tjernlund@infinera.com>
Wed, 24 Nov 2021 20:09:36 +0000 (21:09 +0100)
unix/xserver/hw/vnc/xorg-version.h

index 5df9f8d21ff58aad89bfe8e767429f6a5314c419..a0d44d92682ceb8493cd88c34d53c17db95a35c8 100644 (file)
@@ -33,8 +33,8 @@
 #error "X.Org older than 1.16 is not supported"
 #endif
 
-#if XORG_AT_LEAST(1, 21, 0)
-#error "X.Org newer than 1.20 is not supported"
+#if XORG_AT_LEAST(1, 22, 0)
+#error "X.Org newer than 1.21 is not supported"
 #endif
 
 #endif