update to xserver 21.1.12

This commit is contained in:
purplerain 2024-04-09 08:46:18 +00:00
parent c5d87f442b
commit f0fd08c832
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
59 changed files with 449 additions and 209 deletions

View file

@ -4097,7 +4097,7 @@ drmmode_handle_uevents(int fd, void *closure)
struct udev_device *dev;
Bool found = FALSE;
#ifdef CONFIG_UDEV_KMS
#ifdef CONFIG_UDEV_KMS
while ((dev = udev_monitor_receive_device(drmmode->uevent_monitor))) {
udev_device_unref(dev);
found = TRUE;
@ -4146,7 +4146,7 @@ drmmode_uevent_init(ScrnInfoPtr scrn, drmmode_ptr drmmode)
drmmode_handle_uevents, drmmode);
drmmode->uevent_monitor = mon;
#elif CONFIG_KEVENT_KMS
#elif CONFIG_KEVENT_KMS
int kq;
struct kevent ev;