polybar/lib
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
..
concurrentqueue/include/moodycamel refactor(eventloop): Use concurrent queue for events 2016-10-29 06:48:51 +02:00
i3ipcpp@d4e4786be3 fix(gcc): Fix -Wstringop-truncation warning 2018-05-06 14:17:10 -07:00
xpp@d2ff2aaba6 fix(window): remove useless operator= and add default copy cstr (#1729) 2019-04-07 17:32:55 +02:00
CMakeLists.txt CMake refactor (#1510) 2018-11-21 18:46:33 +01:00