fix export

This commit is contained in:
Lucas Nogueira
2024-02-06 08:39:08 -03:00
parent 97b954fdea
commit bae2182c4b

View File

@@ -23,10 +23,10 @@ const BOTTOMRIGHT: isize = BOTTOM | RIGHT;
const BORDERLESS_RESIZE_INSET: f64 = 5.0;
#[cfg(windows)]
pub use self::windows::*;
#[cfg(not(windows))]
pub use gtk::*;
#[cfg(windows)]
pub use ::windows::*;
#[derive(Debug, PartialEq, Eq)]
enum HitTestResult {