mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
window: fix test build
This commit is contained in:
parent
83052530d9
commit
2616efa72e
@ -35,8 +35,12 @@ impl MyWindow {
|
||||
WindowEvent::Resized {
|
||||
dimensions,
|
||||
window_state,
|
||||
live_resizing,
|
||||
} => {
|
||||
eprintln!("resize {:?} state={:?}", dimensions, window_state);
|
||||
eprintln!(
|
||||
"resize {:?} live={} state={:?}",
|
||||
dimensions, live_resizing, window_state
|
||||
);
|
||||
self.dims = dimensions;
|
||||
}
|
||||
WindowEvent::MouseEvent(event) => {
|
||||
|
Loading…
Reference in New Issue
Block a user