polybar-dwm/include/modules/meta
Patrick Ziegler c2f087225c
Eventloop cleanup (#2577)
* eventloop: Use eventloop namespace in cpp files

* changelog: Add missing deprecated hook message

* Make eventloop and ipc classes non-copyable and non-movable

* Remove functional.hpp

* eventloop: Don't close handles in error cases

Client should be responsible for closing handles.

* eventloop: Address invalidation of handle references
2022-01-22 22:00:26 +01:00
..
base.hpp Eventloop cleanup (#2577) 2022-01-22 22:00:26 +01:00
base.inl Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
event_handler.hpp refactor(event_handler): Abstract sink attaching 2016-12-23 05:08:19 +01:00
event_module.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
factory.hpp modules: Fix resolving of type of disabled modules 2020-11-26 20:53:53 +01:00
inotify_module.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
static_module.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
timer_module.hpp Replace system_clock with steady_clock (#2559) 2022-01-12 23:06:29 +01:00