polybar-dwm/include/components
patrick96 20f3d9a141 refactor: Don't initialize forward declared members
Using brace initialization here causes bar.hpp to not compile when
included on its own, forcing all clients to also include
tray_manager.hpp and so on, which defeats the purpose of forward
declaring those classes.

This also allows us to remove the tray_manager.hpp, renderer.hpp and
parser.hpp includes from the clients of bar.hpp
2018-05-10 00:05:18 +02:00
..
bar.hpp refactor: Don't initialize forward declared members 2018-05-10 00:05:18 +02:00
builder.hpp refactor: Integral types 2017-01-24 07:11:14 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp fix(config): Expand all environment variables and file references (#724) 2017-09-04 14:00:35 -07:00
controller.hpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
ipc.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
logger.hpp refactor: Integral types 2017-01-24 07:11:14 +01:00
parser.hpp fix(parser): Revert tag stacks 2017-09-06 20:16:08 -07:00
renderer.hpp fix(parser): Proper handling of %{R} #585 2017-05-17 23:11:06 +02:00
screen.hpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
taskqueue.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
types.hpp feat: add cursor change 2017-09-16 15:31:24 -07:00