1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/include/events
Michael Carlberg f4406783e2 fix(signals): Use pointer to value
Only pass pointers to emitted signal value since the signal receivers
will be called on the same thread as the signal emitter.

Refs #302
2017-01-09 18:52:04 +01:00
..
signal.hpp fix(signals): Use pointer to value 2017-01-09 18:52:04 +01:00
signal_emitter.hpp refactor(signals): Avoid reinterpret_cast 2017-01-01 20:31:09 +01:00
signal_fwd.hpp fix(tray): Force bar update on change 2017-01-09 14:27:56 +01:00
signal_receiver.hpp refactor(signals): Avoid reinterpret_cast 2017-01-01 20:31:09 +01:00
types.hpp refactor(signals): Simple types 2016-12-23 22:19:42 +01:00