diff options
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r-- | exa/exa_priv.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index ed8be31f6..14c99e946 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -509,6 +509,17 @@ ExaCheckComposite (CARD8 op, CARD16 width, CARD16 height); +void +ExaCheckGlyphs (CARD8 op, + PicturePtr pSrc, + PicturePtr pDst, + PictFormatPtr maskFormat, + INT16 xSrc, + INT16 ySrc, + int nlist, + GlyphListPtr list, + GlyphPtr *glyphs); + /* exa_offscreen.c */ void ExaOffscreenSwapOut (ScreenPtr pScreen); |