figuring a way of having a clean internal interface for the data and other stuff I reckon. I forgot

This commit is contained in:
2026-03-09 18:03:36 +00:00
parent ac76d482d0
commit ef8f4603d6
11 changed files with 196 additions and 126 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ type ResizeWindowEv struct {
type WindowCreatedEv struct {
ID int16
Win cdashdisplay.UIWindow
Win cdashdisplay.CDashWin
}
type WindowMovedEv struct {