Files
chromium-dev/chromium-132-old_libdrm.patch

11 lines
519 B
Diff
Raw Normal View History

--- chromium-132.0.6834.15/ui/ozone/platform/wayland/host/drm_syncobj_ioctl_wrapper.cc 2024/11/28 23:30:19 1.1
+++ chromium-132.0.6834.15/ui/ozone/platform/wayland/host/drm_syncobj_ioctl_wrapper.cc 2024/11/28 23:32:09
@@ -47,6 +47,6 @@
uint64_t point,
int ev_fd,
uint32_t flags) {
- return drmSyncobjEventfd(fd_.get(), handle, point, ev_fd, flags);
+ return -1;
}
} // namespace ui