polybar/include/x11
Patrick Ziegler 56779a5902
Make the event loop return shared_ptrs (#2842)
* Return shared_ptr from eventloop

* Add -Wdeprecated-copy-dtor warning

Produces a warning if classes don't have explicit copy operations if
they have a user-defined constructor.
This helps us stick to the rule of 5 (kinda, no warnings for missing
move operators).

* Clean up eventloop

* Fix compiler warnings

* Fix fs_event_handle_t name
2022-10-15 23:21:40 +02:00
..
extensions fix(x11): Don't include composite when disabled 2020-12-22 00:37:07 +01:00
atoms.hpp feat(xwindow): %instance%, %class% from WM_CLASS 2022-10-02 20:57:29 +02:00
background_manager.hpp fix: Crash on root pixmap and window depth mismatch (#2813) 2022-09-05 09:58:12 +02:00
connection.hpp Make the event loop return shared_ptrs (#2842) 2022-10-15 23:21:40 +02:00
cursor.hpp Cleanup cursor code 2022-03-20 20:18:00 +01:00
ewmh.hpp Make ewmh_connection act as xcb_ewmh_connection_t* 2022-03-21 21:37:12 +01:00
icccm.hpp feat(xwindow): %instance%, %class% from WM_CLASS 2022-10-02 20:57:29 +02:00
registry.hpp
tray_client.hpp tray: Properly handle missing _XEMBED_INFO 2021-09-13 00:12:33 +02:00
tray_manager.hpp tray: implement hiding functionality (#2723) 2022-06-16 12:53:49 +02:00
types.hpp
window.hpp fix: Support negative struts 2022-03-15 00:11:46 +01:00
winspec.hpp Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
xembed.hpp tray: Properly handle missing _XEMBED_INFO 2021-09-13 00:12:33 +02:00
xresources.hpp Remove undefined behaviors and clean code (#1769) 2021-02-15 23:32:56 +01:00