mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
ssd: add application title to title bar
This commit is contained in:
parent
5ecf0e1e7e
commit
f857aea8f4
7 changed files with 55 additions and 7 deletions
|
|
@ -173,5 +173,6 @@ view_update_title(struct view *view)
|
|||
if (!view->toplevel_handle || !title) {
|
||||
return;
|
||||
}
|
||||
ssd_update_title(view);
|
||||
wlr_foreign_toplevel_handle_v1_set_title(view->toplevel_handle, title);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue