mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-16 22:05:21 -05:00
csd: initial implementation of minimize/maximize/close buttons
This commit is contained in:
parent
c845c90835
commit
9699c9b8bf
11 changed files with 268 additions and 21 deletions
7
config.h
7
config.h
|
|
@ -41,12 +41,19 @@ struct config {
|
|||
|
||||
int title_height;
|
||||
int border_width;
|
||||
int button_width;
|
||||
|
||||
struct {
|
||||
bool title_set;
|
||||
bool border_set;
|
||||
bool minimize_set;
|
||||
bool maximize_set;
|
||||
bool close_set;
|
||||
uint32_t title;
|
||||
uint32_t border;
|
||||
uint32_t minimize;
|
||||
uint32_t maximize;
|
||||
uint32_t close;
|
||||
} color;
|
||||
} csd;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue