blob: 234fe7e9111fae833bc07ce059ed8c5fee2e2149 (
plain)
1
2
3
4
5
6
7
8
9
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>
|