exp/shiny
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
..
driver shiny/driver/gldriver: explicitly include needed X11 headers 2021-10-29 17:01:13 +00:00
example shiny/driver/gldriver: implement Texture.Fill. 2017-03-10 09:37:14 +00:00
gesture shiny/gesture: new package for gesture events. 2016-06-22 23:58:37 +00:00
iconvg shiny/iconvg: add UpgradeToFileFormatVersion1 2021-09-03 01:35:09 +00:00
imageutil shiny/imageutil: new package. 2016-07-01 00:47:02 +00:00
materialdesign all: go fmt ./... 2021-02-20 03:29:38 +00:00
screen shiny/screen: sanitize NewWindowOptions.Title. 2017-02-24 09:06:53 +00:00
text shiny/text: add Height, LineCount and ParagraphCount methods. 2016-06-09 01:12:42 +00:00
unit shiny/unit: new package for units of length. 2016-04-08 04:47:03 +00:00
vendor/github.com/BurntSushi/xgb shiny/vendor: update README.vendor for a manual patch. 2015-08-05 01:04:34 +00:00
widget all: go fmt ./... 2021-02-20 03:29:38 +00:00