summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 565ce28..e33b7dc 100644
--- a/structs.go
+++ b/structs.go
@@ -156,9 +156,9 @@ type window struct {
active bool // means this window is the active one
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
- dense bool // true if the window is huge
+ // resize bool // only set the title once
+ collapsed bool // only show the window title bar
+ dense bool // true if the window is huge
}
type colorT struct {