aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/headless.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/backend/headless.h')
-rw-r--r--include/wlr/backend/headless.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/wlr/backend/headless.h b/include/wlr/backend/headless.h
index ff55746f..2516f3a6 100644
--- a/include/wlr/backend/headless.h
+++ b/include/wlr/backend/headless.h
@@ -18,9 +18,9 @@
*/
struct wlr_backend *wlr_headless_backend_create(struct wl_display *display);
/**
- * Create a new headless output backed by an in-memory EGL framebuffer. You can
- * read pixels from this framebuffer via wlr_renderer_read_pixels but it is
- * otherwise not displayed.
+ * Create a new headless output.
+ *
+ * The buffers presented on the output won't be displayed to the user.
*/
struct wlr_output *wlr_headless_add_output(struct wlr_backend *backend,
unsigned int width, unsigned int height);