diff options
author | Arnaud Fontaine <arnau@debian.org> | 2012-01-20 18:51:12 +0900 |
---|---|---|
committer | Arnaud Fontaine <arnau@debian.org> | 2012-01-23 10:15:32 +0900 |
commit | f2574e460f6c47997008fb601a709a009d1d0728 (patch) | |
tree | a3a8ba4ed081a735ad57904941ce06d424aab839 | |
parent | 4c8e4acef4bd31f86313bae9e10111984b74e510 (diff) |
Add ge and xf86vidmode protocol descriptions.
Reviewed-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e1e2743..eef2dbc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,7 @@ xcbinclude_HEADERS = \ damage.xml \ dpms.xml \ dri2.xml \ + ge.xml \ glx.xml \ randr.xml \ record.xml \ @@ -18,6 +19,7 @@ xcbinclude_HEADERS = \ xc_misc.xml \ xevie.xml \ xf86dri.xml \ + xf86vidmode.xml \ xfixes.xml \ xinerama.xml \ xinput.xml \ |