فهرست منبع

add window ext trait

Jonathan Kelley 1 سال پیش
والد
کامیت
9d4a8e1622
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      packages/desktop/src/menubar.rs

+ 3 - 0
packages/desktop/src/menubar.rs

@@ -15,6 +15,9 @@ mod impl_ {
 
     #[allow(unused)]
     pub fn build_menu_bar(menu: Menu, window: &Window) {
+        #[cfg(target_os = "windows")]
+        use tao::platform::windows::WindowExtWindows;
+
         #[cfg(target_os = "windows")]
         menu.init_for_hwnd(window.hwnd());