emersion / xdg-desktop-portal-wlr

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

Main device #207

Closed columbarius closed 2 years ago

columbarius commented 2 years ago

Use linux_dmabuf_feedback to get the main device from the compositor and use that.

columbarius commented 2 years ago

@emersion: Could you please take a look at the dev_t, drmDevicePtr handling in the second commit in screencast_common.c. It works, but I couldn't find good documentation on those functions/structs.

columbarius commented 2 years ago

Right, linux_dmabuf_v1 version 4 deprecates the modifier event. Added a parser for the format_table.

emersion commented 2 years ago

I won't have time to go through this PR again.

columbarius commented 2 years ago

Ok thanks for your review. Will finish that up myself.