diff --git a/core/tauri-runtime-wry/src/undecorated_resizing.rs b/core/tauri-runtime-wry/src/undecorated_resizing.rs index 33462e5e0..0aceac223 100644 --- a/core/tauri-runtime-wry/src/undecorated_resizing.rs +++ b/core/tauri-runtime-wry/src/undecorated_resizing.rs @@ -23,10 +23,10 @@ const BOTTOMRIGHT: isize = BOTTOM | RIGHT; const BORDERLESS_RESIZE_INSET: f64 = 5.0; +#[cfg(not(windows))] +pub use self::gtk::*; #[cfg(windows)] pub use self::windows::*; -#[cfg(not(windows))] -pub use gtk::*; #[derive(Debug, PartialEq, Eq)] enum HitTestResult {