1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include
Jérôme BOULMIER fca4151f36 fix(window): remove useless operator= and add default copy cstr (#1729)
Fixes compilation under GCC 9

The default copy constructor implicit generation is deprecated by C++ standard.

The window& operator=(const xcb_window_t win); operator seems to be useless.

Fixes #1728
Ref jaagr/xpp#16
2019-04-07 17:32:55 +02:00
..
adapters feat(net): Support bridge interfaces (#1528) 2018-11-28 16:09:00 +01:00
cairo doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
components refactor(bar): Remove bar_settings.center 2019-02-05 11:50:25 +01:00
drawtypes doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
events signal_emitter: Don't swallow exceptions 2019-02-05 11:50:57 +01:00
modules fix(xworkspaces): active ws upon ws deletion (#1713) 2019-04-01 18:04:44 +02:00
utils fix(tray): fix offset for negative percentage (#1669) 2019-03-22 09:55:08 +01:00
x11 fix(window): remove useless operator= and add default copy cstr (#1729) 2019-04-07 17:32:55 +02:00
CMakeLists.txt refactor(cmake): Determine version in cmake 2019-04-05 23:43:37 +02:00
common.hpp fix(version): Follow APP_VERSION in POLYBAR_NS 2017-01-29 15:16:00 +01:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp refactor: Move all event handling to the controller 2016-12-20 05:16:04 +01:00
settings.hpp.cmake refactor(cmake): Determine version in cmake 2019-04-05 23:43:37 +02:00