mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
Render close, iconify and maximize buttons
This commit is contained in:
parent
e1b86555f4
commit
f7fa28ab42
10 changed files with 140 additions and 53 deletions
|
|
@ -15,6 +15,8 @@ struct theme {
|
|||
float window_active_handle_bg_color[4];
|
||||
float window_inactive_title_bg_color[4];
|
||||
struct wlr_texture *xbm_close;
|
||||
struct wlr_texture *xbm_maximize;
|
||||
struct wlr_texture *xbm_iconify;
|
||||
};
|
||||
|
||||
extern struct theme theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue