aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/wayland.h
AgeCommit message (Collapse)Author
2018-04-29backend/wayland: create one virtual pointer per outputemersion
2018-02-12Reformat all #include directivesemersion
2018-01-13Update comment for wlr_headless_backend_createMarkus Ongyerth
2018-01-13adds remote argument to wayland backend createMarkus Ongyerth
Add a remote display name argument to wlr_wl_backend_create. If NULL is passed to the wayland backend at all times, creating a wayland backend *after* the compositor was started up, would require changing the WAYLAND_DISPLAY environment variable.
2017-12-19wl backend: add wlr_input_device_is_wlDominique Martinet
2017-12-19wl backend: add wlr_output_is_wlDominique Martinet
2017-06-20Support multiple wl backend outputsDrew DeVault
2017-06-19Start to fix wayland backendnyorain
Starts to update the wayland backend to the new backend api. Not yet updated to libinput branch (not yet compiling).
2017-04-25Flesh out wayland backend somewhat, add exampleDrew DeVault