1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include
Nicholas-Baron 2322493ac8 Fix a Clang 13 warning
`-Wdeprecated-copy` found this copy-assignment operator, which it
complains about. Since it is just `= default`, we should be able to
remove both it and the default constructor, making the struct just its
data members.
2022-03-02 10:48:14 +01:00
..
adapters feat(script): add formatting for script failure (#2596) 2022-02-23 15:01:28 +01:00
cairo Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
components Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
drawtypes
events Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
ipc
modules feat(script): add formatting for script failure (#2596) 2022-02-23 15:01:28 +01:00
tags fix: Handling for actions with negative offsets 2022-02-22 18:00:58 +01:00
utils Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
x11 Fix a Clang 13 warning 2022-03-02 10:48:14 +01:00
CMakeLists.txt
common.hpp
debug.hpp
errors.hpp
settings.hpp.cmake