polybar/src
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
..
adapters fix(gcc): Fix -Wstringop-truncation warning 2018-05-06 14:17:10 -07:00
cairo
components refactor: Don't initialize forward declared members 2018-05-10 00:05:18 +02:00
drawtypes
events
modules fix: Stop using ato* for string to num conversion 2018-05-03 11:07:37 -07:00
utils
x11 fix: Stop using ato* for string to num conversion 2018-05-03 11:07:37 -07:00
CMakeLists.txt
ipc.cpp fix: Stop using ato* for string to num conversion 2018-05-03 11:07:37 -07:00
main.cpp refactor: Don't initialize forward declared members 2018-05-10 00:05:18 +02:00