blob: 68944941bc473126bc6510bca8bd5eae3ab643a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- winit/src/conversion.rs.orig 2025-09-19 07:04:16 UTC
+++ winit/src/conversion.rs
@@ -105,7 +105,7 @@ pub fn window_attributes(
);
}
- #[cfg(target_os = "linux")]
+ #[cfg(any(target_os = "linux", target_os = "freebsd"))]
{
#[cfg(feature = "x11")]
{
|