mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
Update comment for wlr_headless_backend_create
This commit is contained in:
parent
c00e9d1416
commit
dfae5ff98f
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
||||||
/**
|
/**
|
||||||
* Creates a new wlr_wl_backend. This backend will be created with no outputs;
|
* Creates a new wlr_wl_backend. This backend will be created with no outputs;
|
||||||
* you must use wlr_wl_output_create to add them.
|
* you must use wlr_wl_output_create to add them.
|
||||||
|
*
|
||||||
|
* The `remote` argument is the name of the host compositor wayland socket. Set
|
||||||
|
* to NULL for the default behaviour (WAYLAND_DISPLAY env variable or wayland-0
|
||||||
|
* default)
|
||||||
*/
|
*/
|
||||||
struct wlr_backend *wlr_wl_backend_create(struct wl_display *display, const char *remote);
|
struct wlr_backend *wlr_wl_backend_create(struct wl_display *display, const char *remote);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue