emersion / xdg-desktop-portal-wlr

xdg-desktop-portal backend for wlroots
MIT License
591 stars 57 forks source link

screencast: remove xdg-output protocol #189

Closed columbarius closed 1 year ago

columbarius commented 2 years ago

Since version 4 wl_output announces a name for the output. This removes the need to retrieve this information from the xdg-output protocol.

columbarius commented 2 years ago

Objections to merging this?

columbarius commented 2 years ago

We should wait until most compositors migrated to wlroots 0.15.

columbarius commented 1 year ago

wlroots 0.16 and sway 1.8 were released. Additionally swaylock has already dropped xdg-output in favor of wl_output v4 https://github.com/swaywm/swaylock/commit/2813756a1919ecdea84b2bb164320104aec371ef.

columbarius commented 1 year ago

Rebased patch and readded a roundtrip if dmabuf_feedback is supported.