summaryrefslogtreecommitdiff
path: root/stack.go
diff options
context:
space:
mode:
Diffstat (limited to 'stack.go')
-rw-r--r--stack.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.go b/stack.go
index 693558f..c36b22d 100644
--- a/stack.go
+++ b/stack.go
@@ -40,6 +40,7 @@ func (s *Stack) make(window *sysData) error {
return err
}
}
+ s.created = true
return nil
}