summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpComposite.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-01-26 11:28:46 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-01-26 11:28:46 -0800
commite83942fe0629c2bde960d05096abe00dd728a05d (patch)
treeb279e92e7cfdeda36faf32eae84019d3ab195a14 /xorg/server/module/rdpComposite.h
parent9d7e58ee98ccdab90b1096542c325b2f8bb930f1 (diff)
downloadxrdp-proprietary-e83942fe0629c2bde960d05096abe00dd728a05d.tar.gz
xrdp-proprietary-e83942fe0629c2bde960d05096abe00dd728a05d.zip
xorg: work on xorg driver
Diffstat (limited to 'xorg/server/module/rdpComposite.h')
-rw-r--r--xorg/server/module/rdpComposite.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xorg/server/module/rdpComposite.h b/xorg/server/module/rdpComposite.h
index 9b922e9d..017cb41d 100644
--- a/xorg/server/module/rdpComposite.h
+++ b/xorg/server/module/rdpComposite.h
@@ -28,9 +28,5 @@ void
rdpComposite(CARD8 op, PicturePtr pSrc, PicturePtr pMask, PicturePtr pDst,
INT16 xSrc, INT16 ySrc, INT16 xMask, INT16 yMask, INT16 xDst,
INT16 yDst, CARD16 width, CARD16 height);
-void
-rdpTrapezoids(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
- PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc,
- int ntrap, xTrapezoid *traps);
#endif