Added simpler method of detecting window bounds change on draw
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user