mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 20:25:39 +02:00
bar: ignore XCB_MAPPING_NOTIFY events
This commit is contained in:
parent
b13305526a
commit
e159b596d9
1 changed files with 1 additions and 0 deletions
1
bar.c
1
bar.c
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue