From edf0e49195d1dced5d65a7fb43bd17b8a5e59c18 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Sun, 20 Jan 2019 16:21:04 +0100 Subject: Add wlr_x11_output_set_title --- include/wlr/backend/x11.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/wlr/backend/x11.h') 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 -- cgit v1.2.3