emersion / xdg-desktop-portal-wlr

xdg-desktop-portal backend for wlroots
MIT License
579 stars 53 forks source link

screencast: simplify xdpw_gbm_device_create() #302

Closed emersion closed 2 months ago

emersion commented 2 months ago

No need to list all DRM devices, we already have a drmDevice pointer passed in.

columbarius commented 2 months ago

Was there a reason for the enumeration?

emersion commented 2 months ago

I don't know why it was written this way… AFAIK it should have the exact same behavior with this patch.