rename export

This commit is contained in:
Lucas Nogueira
2024-02-06 08:34:58 -03:00
parent ae8efc4818
commit 97b954fdea

View File

@@ -26,7 +26,7 @@ const BORDERLESS_RESIZE_INSET: f64 = 5.0;
#[cfg(not(windows))]
pub use gtk::*;
#[cfg(windows)]
pub use windows::*;
pub use ::windows::*;
#[derive(Debug, PartialEq, Eq)]
enum HitTestResult {