Waybar/include
John Fredriksson f573e32d0b bar: Fix crash when unplugging HDMI
There is a double delete situation which causes a SIGSEGV to happen
during destruction of bar.

This was introduced by the group feature patch.

The same object pointer is stored in two different vectors of
unique_ptr<AModule> element. Replace with shared_ptr to handle
reference counting correctly and avoid double delete.
2021-12-05 10:55:07 +01:00
..
modules Merge pull request #1277 from dartkron/master 2021-12-01 11:51:35 +01:00
util Improve sway/language 2021-07-13 04:33:12 +03:00
ALabel.hpp Support per-device icon in pulseaudio 2021-07-15 09:20:43 +02:00
AModule.hpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
IModule.hpp refactor: AModule 2019-06-15 14:57:52 +02:00
bar.hpp bar: Fix crash when unplugging HDMI 2021-12-05 10:55:07 +01:00
client.hpp refactor(config): remove style handling from Config 2021-09-15 21:34:53 +07:00
config.hpp refactor(config): more sensible multi-bar include behavior 2021-09-15 22:15:27 +07:00
factory.hpp Merge branch 'master' of https://github.com/Alexays/Waybar into workspace-manager-implementation 2021-11-16 21:44:50 +03:00
group.hpp add group feature 2021-11-25 12:01:17 +01:00