ssd: add application title to title bar

This commit is contained in:
Johan Malm 2021-08-07 09:35:53 +01:00
parent 5ecf0e1e7e
commit f857aea8f4
7 changed files with 55 additions and 7 deletions

View file

@ -222,6 +222,7 @@ struct view {
struct wl_list parts;
struct wlr_box box; /* remember geo so we know when to update */
} ssd;
struct wlr_texture *title;
struct wlr_foreign_toplevel_handle_v1 *toplevel_handle;
struct wl_listener toplevel_handle_request_maximize;