diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-07-21 20:19:21 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-07-21 20:19:21 -0700 |
commit | c11cc0f82c76a3675dac66e0100f0e89a0595f81 (patch) | |
tree | 7e97be4c5b0998c302d3c0cd64278bcd3ca5fbb4 /xorg/server/module/rdpGlyphs.h | |
parent | 47dddfed0c211e49410673684832953d717f9a93 (diff) | |
download | xrdp-proprietary-c11cc0f82c76a3675dac66e0100f0e89a0595f81.tar.gz xrdp-proprietary-c11cc0f82c76a3675dac66e0100f0e89a0595f81.zip |
xorg driver, wrap composite and glyphs
Diffstat (limited to 'xorg/server/module/rdpGlyphs.h')
-rw-r--r-- | xorg/server/module/rdpGlyphs.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/xorg/server/module/rdpGlyphs.h b/xorg/server/module/rdpGlyphs.h new file mode 100644 index 00000000..d451d9f9 --- /dev/null +++ b/xorg/server/module/rdpGlyphs.h @@ -0,0 +1,33 @@ +/* +Copyright 2012-2013 Jay Sorg + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +gylph(font) calls + +*/ + +#ifndef _RDPGLYPHS_H +#define _RDPGLYPHS_H + +void +rdpGlyphs(CARD8 op, PicturePtr pSrc, PicturePtr pDst, + PictFormatPtr maskFormat, + INT16 xSrc, INT16 ySrc, int nlists, GlyphListPtr lists, + GlyphPtr *glyphs); + +#endif |