summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index b4d1aef..01a7f49 100644
--- a/structs.go
+++ b/structs.go
@@ -130,6 +130,7 @@ type window struct {
isBG bool // means this is the background widget. There is only one of these
order int // what level the window is on
resize bool // only set the title once
+ collapsed bool // only show the window title bar
}
type guiWidget struct {