bar/wayland: log *something* when a global is removed

This commit is contained in:
Daniel Eklöf 2019-02-17 12:38:22 +01:00
parent a1bcf07599
commit 12ef2569a4

View file

@ -385,6 +385,7 @@ handle_global(void *data, struct wl_registry *registry,
static void
handle_global_remove(void *data, struct wl_registry *registry, uint32_t name)
{
LOG_WARN("global removed: %u", name);
}
static const struct wl_registry_listener registry_listener = {