diff options
-rw-r--r-- | region.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/region.h b/region.h new file mode 100644 index 0000000..234fe7e --- /dev/null +++ b/region.h @@ -0,0 +1,10 @@ +/* + * Dummy header to work around the fact that Picture.c does + * + * #include "region.h" + * + * but the files is actually part of libX11 and installed in + * /usr/include/X11/region.h + * + */ +#include <X11/region.h> |