polybar-dwm/include/modules/meta
Patrick Ziegler abd96eb089
Enable module in start funcion (#2538)
Before it was enabled by default. That means if the constructor fails,
the destructor will complain that the module was not stopped before
deconstructing.

We can't just call stop if module creation fails because the module is
only partially initialized.
2021-10-15 10:33:10 +02:00
..
base.hpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02: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 Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00