summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go17
1 files changed, 9 insertions, 8 deletions
diff --git a/structs.go b/structs.go
index 83abba0..1723a12 100644
--- a/structs.go
+++ b/structs.go
@@ -2,23 +2,23 @@ package debugger
import (
"go.wit.com/gui/gui"
- "go.wit.com/gui/gadgets"
- "go.wit.com/gui/lib/logsettings"
+ "go.wit.com/lib/gadgets"
+ "go.wit.com/lib/gui/logsettings"
)
var me *debuggerSettings
type debuggerSettings struct {
- ready bool
- hidden bool
- err error
+ ready bool
+ hidden bool
+ err error
myGui *gui.Node
- bugWin *gadgets.BasicWindow
+ bugWin *gadgets.BasicWindow
widgets *gadgets.BasicWindow
- golang *gadgets.BasicWindow
- gochan *gadgets.BasicWindow
+ golang *gadgets.BasicWindow
+ gochan *gadgets.BasicWindow
myLS *logsettings.LogSettings
@@ -26,6 +26,7 @@ type debuggerSettings struct {
}
var bugWin *gui.Node
+
/*
// main debugging window
var bugTab *gui.Node