cmd,example: update gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-12-02 13:20:20 +01:00
parent 11506a974e
commit 1762e0c07b
9 changed files with 12 additions and 42 deletions
+1 -3
View File
@@ -30,9 +30,7 @@ func main() {
func loop(w *app.Window) error {
gofont.Register()
th := material.NewTheme()
gtx := &layout.Context{
Queue: w.Queue(),
}
gtx := layout.NewContext(w.Queue())
for {
e := <-w.Events()
switch e := e.(type) {