diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-04 19:27:34 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-04 19:27:34 +0200 |
| commit | 370db2f2c4406f3373be9065cda8fcdb3929b693 (patch) | |
| tree | d196dfd100ed22b91bcd88e2dc7720cc788de642 /engine/src/windowing/window | |
| parent | c5f04bc1ff1b96d3aa1f2e46693b0b2726167586 (diff) | |
Diffstat (limited to 'engine/src/windowing/window')
| -rw-r--r-- | engine/src/windowing/window/platform.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/windowing/window/platform.rs b/engine/src/windowing/window/platform.rs index f3908a2..1f38f3b 100644 --- a/engine/src/windowing/window/platform.rs +++ b/engine/src/windowing/window/platform.rs @@ -1,4 +1,4 @@ -#[cfg(x11_platform)] +#[cfg(target_os = "linux")] pub mod x11 { use std::ffi::c_void; |
