move and resize commands working

This commit is contained in:
2026-03-03 13:54:21 +00:00
parent 28ea467f0a
commit de59665c78
8 changed files with 248 additions and 69 deletions
+2 -2
View File
@@ -17,6 +17,6 @@ type WindowForm struct {
}
type UIWindow struct {
WID int16
Data cdashdisplay.UIWindow
IDX int16
Window cdashdisplay.UIWindow
}