wayland: dispatcher: warn on wl_compositor event
Be consistent with other object events.
This commit is contained in:
parent
5fc4cd9e58
commit
e41ce7ed56
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ impl Dispatch<wl_compositor::WlCompositor, ()> for Dispatcher {
|
|||
_conn: &Connection,
|
||||
_qh: &QueueHandle<Dispatcher>)
|
||||
{
|
||||
eprintln!("warn: unknown wl_compositor event emitted");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue