slurp v1.2.0

This release adds two new features:

- It's now possible to provide a list of predefined regions to choose from
- A single-pixel selection mode has been added

Check out the README for some examples:
https://github.com/emersion/slurp#example-usage

You can now select outputs and windows for instance.

Simon Ser (7):
      Remove extraneous wl_display_dispatch
      Style nits
      Add -p to select a single pixel
      Support XCURSOR_* env variables
      Address review comments
      Document stdin predefined regions
      readme: add examples

Yorick van Pelt (1):
      Accept list of predefined regions on stdin for quick selection

emersion (1):
      Fix small xdg_output_manager memory leak