2
0
mirror of synced 2025-02-23 23:08:14 +00:00

app: fix broken build for armx.

Change-Id: I8cebd1fc3bd4cbc3113ea032d6d28177a1f31362
Reviewed-on: https://go-review.googlesource.com/10804
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Hyang-Ah (Hana) Kim 2015-06-08 13:45:23 -07:00 committed by Hyang-Ah Hana Kim
parent 10cf0275e0
commit b6fda3dde1

View File

@ -181,7 +181,7 @@ func drawgl(ctx uintptr) {
go gl.Start(func() {
C.setContext(unsafe.Pointer(ctx))
})
stateStart(cb)
stateStart(callbacks)
}
touchEvents.Lock()