Skip to content

Commit 198acf5

Browse files
author
Bryan C. Mills
committed
app: add missing header for XVisualInfo and other X11 declarations
Without this header, the x/mobile build fails on my workstation. (Compare CL 359695 in x/exp.) Change-Id: If32fe6bc2945d31fed5cffca5e347970b344e40e Reviewed-on: https://go-review.googlesource.com/c/mobile/+/362574 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
1 parent e68c988 commit 198acf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/x11.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <EGL/egl.h>
99
#include <GLES2/gl2.h>
1010
#include <X11/Xlib.h>
11+
#include <X11/Xutil.h>
1112
#include <stdio.h>
1213
#include <stdlib.h>
1314

0 commit comments

Comments
 (0)