summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index b3589af..819464a 100644
--- a/structs.go
+++ b/structs.go
@@ -34,6 +34,9 @@ type GuiConfig struct {
// This is the master node. The Binary Tree starts here
master *Node
+ // A node off of master for passing debugging flags
+ flag *Node
+
// These are shortcuts to pass default values to make a new window
Title string
Width int