mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
same for gtk
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user