Waybar/src
Aleksei Bavshin 67d54ef3d5
fix(wlr/taskbar): do not bind to unsupported protocol versions
It's not allowed to bind to a higher version of a wayland protocol than
supported by the client. Binding wlr-foreign-toplevel-manager-v1 v3 to
a generated code for v2 causes errors in libwayland due to a missing
handler for `zwlr_foreign_toplevel_handle_v1.parent` event.
2020-10-25 10:26:44 -07:00
..
modules fix(wlr/taskbar): do not bind to unsupported protocol versions 2020-10-25 10:26:44 -07:00
util Fix non-standard usage of <sys/poll.h> 2020-09-06 21:48:42 +02:00
ALabel.cpp Prevent line breaks in ellipsized labels 2020-08-19 23:38:59 +01:00
AModule.cpp Fix "on-click-backward" when "on-click-forward" is not present 2020-09-26 15:55:06 -04:00
bar.cpp added module group selectors for styling 2020-10-11 22:36:30 +02:00
client.cpp fix(wlr/taskbar): do not bind to unsupported protocol versions 2020-10-25 10:26:44 -07:00
factory.cpp feature: created sway language submodule; added styles & config part for a sway language submodule 2020-10-10 19:09:18 +03:00
main.cpp Replace signal handler with signal handling thread 2020-07-25 21:02:59 +10:00