diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-01-25 11:30:45 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-01-25 11:30:45 -0800 |
commit | 03e5b5e62bae5f872874869e62cc096c576fba16 (patch) | |
tree | 62aa1ee34ead892e0715f7da1c23ec188b441475 /xorg/server/module/rdpComposite.h | |
parent | f39ba98a4ff48a2e6a12cb27027a0b06d139c55a (diff) | |
download | xrdp-proprietary-03e5b5e62bae5f872874869e62cc096c576fba16.tar.gz xrdp-proprietary-03e5b5e62bae5f872874869e62cc096c576fba16.zip |
xorg: work on xorg driver
Diffstat (limited to 'xorg/server/module/rdpComposite.h')
-rw-r--r-- | xorg/server/module/rdpComposite.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xorg/server/module/rdpComposite.h b/xorg/server/module/rdpComposite.h index 017cb41d..9b922e9d 100644 --- a/xorg/server/module/rdpComposite.h +++ b/xorg/server/module/rdpComposite.h @@ -28,5 +28,9 @@ 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 |