mirror of https://github.com/golang/go.git
Similar to to macOS' CF* types and JNI's jobject and derived types, the EGLDisplay type is declared as a pointer but can contain non-pointers (see #27054). Fix it the same way: map EGLDisplay to uintptr in Go. Fixes #27054 RELNOTE=yes Change-Id: I6136f8f8162687c5493b30ed324e29efe55a8fd7 Reviewed-on: https://go-review.googlesource.com/c/154417 Run-TryBot: Elias Naur <elias.naur@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org> |
||
|---|---|---|
| .. | ||
| cftype.go | ||
| cftype_test.go | ||
| context.go | ||
| context_test.go | ||
| doc.go | ||
| egltype.go | ||
| egltype_test.go | ||
| fix.go | ||
| gotypes.go | ||
| gotypes_test.go | ||
| import_test.go | ||
| jnitype.go | ||
| jnitype_test.go | ||
| main.go | ||
| main_test.go | ||
| netipv6zone.go | ||
| netipv6zone_test.go | ||
| printerconfig.go | ||
| printerconfig_test.go | ||
| typecheck.go | ||