backend/wayland: create one virtual pointer per output

This commit is contained in:
emersion 2018-04-29 12:16:31 +01:00
parent 2551ef8871
commit 9f8a7c8fc4
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
5 changed files with 192 additions and 203 deletions

View file

@ -37,7 +37,7 @@ bool wlr_backend_is_wl(struct wlr_backend *backend);
bool wlr_input_device_is_wl(struct wlr_input_device *device);
/**
* True if the given output is a wlr_wl_backend_output.
* True if the given output is a wlr_wl_output.
*/
bool wlr_output_is_wl(struct wlr_output *output);