bar: ignore XCB_MAPPING_NOTIFY events

This commit is contained in:
Daniel Eklöf 2019-01-01 23:32:59 +01:00
parent b13305526a
commit e159b596d9

1
bar.c
View file

@ -628,6 +628,7 @@ run(struct bar_run_context *run_ctx)
case XCB_REPARENT_NOTIFY: case XCB_REPARENT_NOTIFY:
case XCB_CONFIGURE_NOTIFY: case XCB_CONFIGURE_NOTIFY:
case XCB_MAP_NOTIFY: case XCB_MAP_NOTIFY:
case XCB_MAPPING_NOTIFY:
/* Just ignore */ /* Just ignore */
break; break;