From 05fa3eba6519667d7add45db628db8a059f6ff79 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 6 Feb 2024 08:42:51 -0300 Subject: [PATCH] same for gtk --- core/tauri-runtime-wry/src/undecorated_resizing.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {