Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-30 | Move the headers under include/X11/... | Adam Jackson | |
I kinda hate to do this, it was nice to have everything in one place. However, the meson build wants to be able to wrap this module as a dependency, and code that depends on these headers includes them in the form: #include <X11/Xfuncproto.h> As a result, any include path meson can construct needs to point to the root of a hierarchy that has the same path layout as an installed copy, hence this change. Signed-off-by: Adam Jackson <ajax@redhat.com> | |||
2009-08-28 | Include the *const.h files from the proto files. | Peter Hutterer | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-08-28 | Rename xf86dga(1)str.h to xf86dga(1)proto.h for consistency with other modules | Peter Hutterer | |
Stub *str.h headers provided to avoid breaking clients. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> |