mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
theme: add window_(in)active_label_text_color
Support both active and inactive colors for titlebar text
This commit is contained in:
parent
606b6d946e
commit
597650b457
5 changed files with 37 additions and 9 deletions
|
|
@ -236,7 +236,12 @@ struct view {
|
|||
struct wl_list parts;
|
||||
struct wlr_box box; /* remember geo so we know when to update */
|
||||
} ssd;
|
||||
struct wlr_texture *title;
|
||||
|
||||
/* The title is unique to each view, so we store these here */
|
||||
struct {
|
||||
struct wlr_texture *active;
|
||||
struct wlr_texture *inactive;
|
||||
} title;
|
||||
|
||||
struct wlr_foreign_toplevel_handle_v1 *toplevel_handle;
|
||||
struct wl_listener toplevel_handle_request_maximize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue