diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-05-13 15:22:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-05-13 15:22:20 -0700 |
commit | f6ed544a2c98bd4e3b086ce456d90204194d128b (patch) | |
tree | d71d17f0271c98b09873f00f283e439d9fccbcd3 /src/lg_hwcurs.c | |
parent | 6254a73abbc7306b98b493ad4c6f4e448517c70b (diff) |
Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Already effectively required by use of XNFcallocarray() introduced in
xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015.
Allows dropping remnants of code for XAA and pre-pciaccess X servers
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-cirrus/-/merge_requests/6>
Diffstat (limited to 'src/lg_hwcurs.c')
-rw-r--r-- | src/lg_hwcurs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lg_hwcurs.c b/src/lg_hwcurs.c index 51862b2..7d085ec 100644 --- a/src/lg_hwcurs.c +++ b/src/lg_hwcurs.c @@ -26,7 +26,7 @@ #include "cir.h" #define _LG_PRIVATE_ #include "lg.h" -#include "lg_xaa.h" /* For BitBLT engine macros */ +#include "lg_blit.h" /* For BitBLT engine macros */ /* #define LG_CURSOR_DEBUG |