forked from external/yambar
bar/wayland: log *something* when a global is removed
This commit is contained in:
parent
a1bcf07599
commit
12ef2569a4
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue