mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-20 01:40:14 -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
|
|
@ -194,6 +194,9 @@ enum term_surface {
|
|||
TERM_SURF_BORDER_RIGHT,
|
||||
TERM_SURF_BORDER_TOP,
|
||||
TERM_SURF_BORDER_BOTTOM,
|
||||
TERM_SURF_BUTTON_MINIMIZE,
|
||||
TERM_SURF_BUTTON_MAXIMIZE,
|
||||
TERM_SURF_BUTTON_CLOSE,
|
||||
};
|
||||
|
||||
struct terminal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue