mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
config: CSD borders are always invisible
That is, remove all configuration options and always draw them fully transparent.
This commit is contained in:
parent
cb6616ef8a
commit
c90d70b2bf
5 changed files with 10 additions and 56 deletions
2
config.h
2
config.h
|
|
@ -45,12 +45,10 @@ struct config {
|
|||
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue