blob: 6d687b3eeaeb5a1176f39f663f4c023aeb0ea701 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/gfx/x/connection.cc.orig 2025-12-10 15:04:57 UTC
+++ ui/gfx/x/connection.cc
@@ -410,7 +410,7 @@ bool Connection::HasNextEvent() {
}
events_.pop_front();
}
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// Move an event from XCB's internal queue to our queue, if available.
return ReadResponse(/*queued=*/false);
#else
|