Add wlr_x11_output_set_title

This commit is contained in:
Jente Hidskes 2019-01-20 16:21:04 +01:00
parent 5b07e20f2a
commit edf0e49195
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
2 changed files with 14 additions and 3 deletions

View file

@ -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