diff options
Diffstat (limited to 'xorg/server/module/rdpPolyGlyphBlt.h')
-rw-r--r-- | xorg/server/module/rdpPolyGlyphBlt.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xorg/server/module/rdpPolyGlyphBlt.h b/xorg/server/module/rdpPolyGlyphBlt.h index 46ce1ac2..92b2dfbe 100644 --- a/xorg/server/module/rdpPolyGlyphBlt.h +++ b/xorg/server/module/rdpPolyGlyphBlt.h @@ -22,7 +22,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifndef __RDPPOLYGLYPHBLT_H #define __RDPPOLYGLYPHBLT_H -void +#include <xorg-server.h> +#include <xorgVersion.h> +#include <xf86.h> + +extern _X_EXPORT void rdpPolyGlyphBlt(DrawablePtr pDrawable, GCPtr pGC, int x, int y, unsigned int nglyph, CharInfoPtr* ppci, pointer pglyphBase); |