Added simpler method of detecting window bounds change on draw

This commit is contained in:
2022-11-16 11:14:30 -05:00
parent cab280a371
commit 81a0c60943
3 changed files with 9 additions and 15 deletions

View File

@@ -43,10 +43,7 @@ type Backend struct {
descent int
}
memory struct {
windowWidth int
windowHeight int
}
windowBoundsClean bool
}
func (backend *Backend) SetTitle (title string) (err error) {