wayland: dispatcher: warn on wl_compositor event

Be consistent with other object events.
This commit is contained in:
Richard Acayan 2024-07-24 22:00:03 -04:00
parent 5fc4cd9e58
commit e41ce7ed56

View file

@ -142,6 +142,7 @@ impl Dispatch<wl_compositor::WlCompositor, ()> for Dispatcher {
_conn: &Connection, _conn: &Connection,
_qh: &QueueHandle<Dispatcher>) _qh: &QueueHandle<Dispatcher>)
{ {
eprintln!("warn: unknown wl_compositor event emitted");
} }
} }