exp/shiny/driver
Bryan C. Mills c44159719b shiny/driver/gldriver: explicitly include needed X11 headers
x11.c refers to several types defined in Xlib headers, but did not
include those headers explicitly. As far as I can tell, it assumed
that they are indirectly included via egl.h — but that assumption
empirically does not always hold.

This fixes a build error on my machine. I'm not sure why it hasn't
shown up on the Go dashboard builders.

Change-Id: I70146c68ff7e4d32af63a5aa8d7a8e25445091c5
Reviewed-on: https://go-review.googlesource.com/c/exp/+/359695
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-10-29 17:01:13 +00:00
..
gldriver shiny/driver/gldriver: explicitly include needed X11 headers 2021-10-29 17:01:13 +00:00
internal all: go fmt ./... 2021-02-20 03:29:38 +00:00
mtldriver all: go fmt ./... 2021-02-20 03:29:38 +00:00
windriver all: go fmt ./... 2021-02-20 03:29:38 +00:00
x11driver all: go fmt ./... 2021-02-20 03:29:38 +00:00
driver.go shiny: add canonical import paths. 2016-02-03 22:27:00 +00:00
driver_darwin.go all: go fmt ./... 2021-02-20 03:29:38 +00:00
driver_fallback.go all: go fmt ./... 2021-02-20 03:29:38 +00:00
driver_windows.go shiny/driver/windriver: new package providing a Windows driver 2015-08-15 23:49:05 +00:00
driver_x11.go all: go fmt ./... 2021-02-20 03:29:38 +00:00
mtldriver_darwin.go all: go fmt ./... 2021-02-20 03:29:38 +00:00