backend/wayland: store output xdg_toplevel title

This will be required to re-initialize the toplevel properly later.
This commit is contained in:
Kirill Primak 2024-02-11 10:07:50 +03:00
parent 385c9ade5f
commit a62dfebf10
2 changed files with 35 additions and 11 deletions

View file

@ -90,6 +90,8 @@ struct wlr_wl_output {
struct zxdg_toplevel_decoration_v1 *zxdg_toplevel_decoration_v1;
struct wl_list presentation_feedbacks;
char *title;
bool configured;
uint32_t enter_serial;