mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-07 13:29:49 -05:00
backend/wayland: create one virtual pointer per output
This commit is contained in:
parent
2551ef8871
commit
9f8a7c8fc4
5 changed files with 192 additions and 203 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue