X backend entity

This commit is contained in:
2023-04-13 02:22:54 -04:00
parent 407b957687
commit bb9c5df088
4 changed files with 187 additions and 3 deletions

View File

@@ -24,9 +24,9 @@ type window struct {
xWindow *xwindow.Window
xCanvas *xgraphics.Image
canvas canvas.BasicCanvas
child tomo.Element
child *entity
focused *entity
onClose func ()
skipChildDrawCallback bool
title, application string