diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-10-20 17:49:36 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-10-20 17:49:36 -0700 |
commit | 2f919932cb876ac95d2e58290f95580e4e524a13 (patch) | |
tree | 665587a611f699584ebd55da5ff72a7ccb247243 /xorg/server/module/rdpFillPolygon.h | |
parent | 29ebab2ce5684214f5352405471285c64d960275 (diff) | |
download | xrdp-proprietary-2f919932cb876ac95d2e58290f95580e4e524a13.tar.gz xrdp-proprietary-2f919932cb876ac95d2e58290f95580e4e524a13.zip |
Xorg: move to autotools for building
Diffstat (limited to 'xorg/server/module/rdpFillPolygon.h')
-rw-r--r-- | xorg/server/module/rdpFillPolygon.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xorg/server/module/rdpFillPolygon.h b/xorg/server/module/rdpFillPolygon.h index cdbfb13a..6c929dd9 100644 --- a/xorg/server/module/rdpFillPolygon.h +++ b/xorg/server/module/rdpFillPolygon.h @@ -22,7 +22,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __RDPFILLPOLYGON_H #define __RDPFILLPOLYGON_H -void +#include <xorg-server.h> +#include <xorgVersion.h> +#include <xf86.h> + +extern _X_EXPORT void rdpFillPolygon(DrawablePtr pDrawable, GCPtr pGC, int shape, int mode, int count, DDXPointPtr pPts); |