polybar-dwm/include/x11
Jérôme BOULMIER 25ef0299cb fix(tray_client): remove copy ctor & assignment operator (#1675)
tray_client class contains a reference so copy assignment operator is implicitly deleted.
the dtor unembed the window so copying the class could lead to bug so the copy ctor is also deleted.

Fixes #1674
2019-03-06 09:00:11 +01:00
..
extensions feat(xkeyboard): Customizable indicators and layouts (#1559) 2019-02-24 22:35:39 +01:00
atoms.hpp
background_manager.hpp
connection.hpp
cursor.hpp
ewmh.hpp fix(xworkspace): Fully support _NET_DESKTOP_NAMES spec (#1579) 2019-02-08 13:32:31 +01:00
icccm.hpp
registry.hpp
tray_client.hpp fix(tray_client): remove copy ctor & assignment operator (#1675) 2019-03-06 09:00:11 +01:00
tray_manager.hpp
types.hpp
window.hpp
winspec.hpp
xembed.hpp
xresources.hpp