mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
window: wayland: tidy up some debugging
This commit is contained in:
parent
18d9fabe9f
commit
fb54329f6b
@ -174,11 +174,6 @@ impl WaylandWindow {
|
|||||||
dpi
|
dpi
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
log::error!(
|
|
||||||
"window_id {} made new surface id={}",
|
|
||||||
window_id,
|
|
||||||
surface.as_ref().id()
|
|
||||||
);
|
|
||||||
|
|
||||||
let dimensions = (width as u32, height as u32);
|
let dimensions = (width as u32, height as u32);
|
||||||
let pending_event = Arc::new(Mutex::new(PendingEvent::default()));
|
let pending_event = Arc::new(Mutex::new(PendingEvent::default()));
|
||||||
@ -248,8 +243,6 @@ impl WaylandWindow {
|
|||||||
|
|
||||||
impl WaylandWindowInner {
|
impl WaylandWindowInner {
|
||||||
pub(crate) fn handle_keyboard_event(&mut self, evt: KeyboardEvent) {
|
pub(crate) fn handle_keyboard_event(&mut self, evt: KeyboardEvent) {
|
||||||
log::error!("window: {} key: {:?}", self.window_id, evt);
|
|
||||||
|
|
||||||
match evt {
|
match evt {
|
||||||
KeyboardEvent::Key {
|
KeyboardEvent::Key {
|
||||||
rawkey,
|
rawkey,
|
||||||
|
Loading…
Reference in New Issue
Block a user