Reimplementing a whole lot of things here
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
// Package models
|
||||
package models
|
||||
|
||||
type Window struct {
|
||||
import "esdi/cdashdisplay"
|
||||
|
||||
type WindowForm struct {
|
||||
X uint16
|
||||
Y uint16
|
||||
Width uint16
|
||||
@@ -13,3 +15,8 @@ type Window struct {
|
||||
ShowID uint8
|
||||
PreviewValue string
|
||||
}
|
||||
|
||||
type UIWindow struct {
|
||||
WID int16
|
||||
Data cdashdisplay.UIWindow
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user