diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/backend/x11.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/wlr/backend/x11.h b/include/wlr/backend/x11.h index 9b2704e7..9be976b2 100644 --- a/include/wlr/backend/x11.h +++ b/include/wlr/backend/x11.h @@ -42,4 +42,9 @@ bool wlr_input_device_is_x11(struct wlr_input_device *device); */ bool wlr_output_is_x11(struct wlr_output *output); +/** + * Sets the title of a wlr_output which is an X11 window. + */ +void wlr_x11_output_set_title(struct wlr_output *output, const char *title); + #endif |