polybar-dwm/src/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.cpp Added support for mixed percent/pixel geometry. 2018-05-10 00:05:18 +02:00
builder.cpp fix(builder): Don't truncate colors with same channels 2018-05-07 00:12:29 +02:00
command_line.cpp refactor(clang-tidy): Apply fixes 2017-01-24 08:01:04 +01:00
config.cpp fix: Stop using ato* for string to num conversion 2018-05-03 11:07:37 -07:00
controller.cpp refactor: Don't initialize forward declared members 2018-05-10 00:05:18 +02:00
ipc.cpp fix(ipc): Remove existing fifo file 2017-01-24 07:11:14 +01:00
logger.cpp
parser.cpp fix: Stop using ato* for string to num conversion 2018-05-03 11:07:37 -07:00
renderer.cpp fix: Stop using ato* for string to num conversion 2018-05-03 11:07:37 -07:00
screen.cpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
taskqueue.cpp