Files
polybar/include/x11
Jérôme BOULMIER 44799c91af 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-25 23:25:05 +01:00
..