same for gtk

This commit is contained in:
Lucas Nogueira
2024-02-06 08:42:51 -03:00
parent bae2182c4b
commit 05fa3eba65

View File

@@ -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 {