From 9d14a8fade032eddc7149cec988d63f3d6fbe08f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 30 Jan 2018 12:31:15 -0500 Subject: Move the headers under include/X11/... 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 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 --- include/X11/extensions/xcmiscstr.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 include/X11/extensions/xcmiscstr.h (limited to 'include/X11/extensions/xcmiscstr.h') diff --git a/include/X11/extensions/xcmiscstr.h b/include/X11/extensions/xcmiscstr.h new file mode 100644 index 0000000..c2b6433 --- /dev/null +++ b/include/X11/extensions/xcmiscstr.h @@ -0,0 +1,3 @@ +#warning "xcmiscstr.h is obsolete and may be removed in the future." +#warning "include for the protocol defines." +#include -- cgit v1.2.3