emersion / slurp

Select a region in a Wayland compositor
https://wayland.emersion.fr/slurp
MIT License
956 stars 57 forks source link

Consider removing wl_pointer check #66

Closed emersion closed 4 years ago

emersion commented 4 years ago

Do we still need this check? It sounds like a touch-only device wouldn't render any selection because of this.

https://github.com/emersion/slurp/blob/96f5213fcfbc6a4f467dd73ebd173f7c96a0c505/render.c#L34

Originally posted by @emersion in https://github.com/emersion/slurp/pull/63#r475433556

emersion commented 4 years ago

My bad, this is now addressed in #63, no need to open an issue.