emersion / xdg-desktop-portal-wlr

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

colorchooser: force grim to only return a single pixel #306

Closed t-8ch closed 1 month ago

t-8ch commented 1 month ago

On scaled outputs grim returns scaled images. This breaks the enforced invariant in exec_color_picker() to expect single pixel images.

Force grim to use a scale of "1" to avoid this.