1
1
mirror of https://github.com/swaywm/sway synced 2024-09-29 20:41:21 +02:00
sway/swaybar
Ian Fan 2eaef80206 i3bar: count references to blocks
This prevents blocks from being destroyed before their hotspots are destroyed,
in case it is used for a pending click event that fires between the bar
receiving a new status, which destroys the block, and the bar rendering the new
status, which destroys the hotspot; this problem can be easily produced by
scrolling on a block that immediately causes a new status to be sent, with
multiple outputs
2018-09-12 08:28:28 +01:00
..
bar.c
config.c
event_loop.c
i3bar.c i3bar: count references to blocks 2018-09-12 08:28:28 +01:00
ipc.c
main.c
meson.build
render.c i3bar: count references to blocks 2018-09-12 08:28:28 +01:00
status_line.c i3bar: count references to blocks 2018-09-12 08:28:28 +01:00