mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
Add wlr_x11_output_set_title
This commit is contained in:
parent
5b07e20f2a
commit
edf0e49195
2 changed files with 14 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue