diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-03-15 17:24:21 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-03-15 17:24:21 +0000 |
commit | b3a695c053755c3d8bc163e97e20520d922f12c8 (patch) | |
tree | 44bcd6aef360a4b508a40a17d41d5e2d1d61c930 /proto/xcb-proto/src/Makefile.am | |
parent | 7acb26f61fb8604c5d14ca66d3f5553ad1b5f83f (diff) |
Update to xcb-proto 1.10
Diffstat (limited to 'proto/xcb-proto/src/Makefile.am')
-rw-r--r-- | proto/xcb-proto/src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/xcb-proto/src/Makefile.am b/proto/xcb-proto/src/Makefile.am index e1e2743be..d81d818a6 100644 --- a/proto/xcb-proto/src/Makefile.am +++ b/proto/xcb-proto/src/Makefile.am @@ -6,7 +6,10 @@ xcbinclude_HEADERS = \ damage.xml \ dpms.xml \ dri2.xml \ + dri3.xml \ + ge.xml \ glx.xml \ + present.xml \ randr.xml \ record.xml \ render.xml \ @@ -18,6 +21,7 @@ xcbinclude_HEADERS = \ xc_misc.xml \ xevie.xml \ xf86dri.xml \ + xf86vidmode.xml \ xfixes.xml \ xinerama.xml \ xinput.xml \ |