From: Joakim Tjernlund Date: Wed, 24 Nov 2021 20:09:36 +0000 (+0100) Subject: xorg-version.h: Increase supported Xorg version to 1.21 X-Git-Tag: v1.12.90~82 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=736b50d04e1ba965696cd15d456dc2b7fc123150;p=tigervnc.git xorg-version.h: Increase supported Xorg version to 1.21 --- diff --git a/unix/xserver/hw/vnc/xorg-version.h b/unix/xserver/hw/vnc/xorg-version.h index 5df9f8d2..a0d44d92 100644 --- a/unix/xserver/hw/vnc/xorg-version.h +++ b/unix/xserver/hw/vnc/xorg-version.h @@ -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