mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/wayland: store output xdg_toplevel title
This will be required to re-initialize the toplevel properly later.
This commit is contained in:
parent
385c9ade5f
commit
a62dfebf10
2 changed files with 35 additions and 11 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue