diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-12 08:29:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-12 08:29:27 (GMT) |
commit | fde697af64aae8450b540fb7eeb4f0f19aa3f005 (patch) | |
tree | 152cc41513346198a20a352370b2d8b0fe9dd1d0 /generic/tkInt.h | |
parent | 725e61cc4033c4fd2cccb831bac3c997fa61e712 (diff) | |
download | tk-fde697af64aae8450b540fb7eeb4f0f19aa3f005.zip tk-fde697af64aae8450b540fb7eeb4f0f19aa3f005.tar.gz tk-fde697af64aae8450b540fb7eeb4f0f19aa3f005.tar.bz2 |
Fix text clipping when working with the Xft-based renderer.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index b152a7a..a95adf8 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -1186,6 +1186,9 @@ MODULE_SCOPE Status TkParseColor (Display * display, Colormap map, CONST char* spec, XColor * colorPtr); #endif +#ifdef HAVE_XFT +MODULE_SCOPE void TkUnixSetXftClipRegion(Region clipRegion); +#endif /* * Unsupported commands. |