@@ -979,7 +979,6 @@ impl PlatformWindow for WaylandWindow {
|
||||
}
|
||||
|
||||
fn on_hit_test_window_control(&self, _callback: Box<dyn FnMut() -> Option<WindowControlArea>>) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn on_appearance_changed(&self, callback: Box<dyn FnMut()>) {
|
||||
|
||||
@@ -1409,7 +1409,6 @@ impl PlatformWindow for X11Window {
|
||||
}
|
||||
|
||||
fn on_hit_test_window_control(&self, _callback: Box<dyn FnMut() -> Option<WindowControlArea>>) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn on_appearance_changed(&self, callback: Box<dyn FnMut()>) {
|
||||
|
||||
@@ -1147,7 +1147,6 @@ impl PlatformWindow for MacWindow {
|
||||
}
|
||||
|
||||
fn on_hit_test_window_control(&self, _callback: Box<dyn FnMut() -> Option<WindowControlArea>>) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn on_appearance_changed(&self, callback: Box<dyn FnMut()>) {
|
||||
|
||||
Reference in New Issue
Block a user