1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/src/x11
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
..
extensions feat(xkeyboard): Customizable indicators and layouts (#1559) 2019-02-24 22:35:39 +01:00
atoms.cpp fix(renderer): Handling of missing root pixmap (#1608) 2019-01-17 14:22:48 +01:00
background_manager.cpp fix(renderer): Handling of missing root pixmap (#1608) 2019-01-17 14:22:48 +01:00
connection.cpp fix(renderer): Handling of missing root pixmap (#1608) 2019-01-17 14:22:48 +01:00
cursor.cpp refactor: Simplify if statements (#1381) 2018-08-14 23:31:44 +02:00
ewmh.cpp fix(xworkspace): Fully support _NET_DESKTOP_NAMES spec (#1579) 2019-02-08 13:32:31 +01:00
icccm.cpp feat(xworkspaces): add urgent desktop detection 2017-02-23 13:20:26 +01:00
registry.cpp refactor(connection: Use custom base 2016-12-26 09:46:48 +01:00
tray_client.cpp wip(refactor): Cairo drawing 2017-01-24 07:11:14 +01:00
tray_manager.cpp fix(tray): fix offset for negative percentage (#1669) 2019-03-22 09:55:08 +01:00
window.cpp fix(window): remove useless operator= and add default copy cstr (#1729) 2019-04-07 17:32:55 +02:00
winspec.cpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
xembed.cpp refactor: Integral types 2017-01-24 07:11:14 +01:00
xresources.cpp refactor(xresources): Use xcb-util-xrm 2017-01-20 02:26:01 +01:00