diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-06-12 08:34:40 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-06-12 08:34:40 (GMT) |
commit | 6e9d01a557b5969adf0d2585431344b73f0ae0f6 (patch) | |
tree | a423d46e9f550b20ab44f59a5e28af4ced782956 /generic/tkInt.h | |
parent | 37629a073d7791d7bfd02008e78f8e2cd1b9914b (diff) | |
parent | 7b2d1279345ef1ba44c0b553d520f0666b02b25a (diff) | |
download | tk-6e9d01a557b5969adf0d2585431344b73f0ae0f6.zip tk-6e9d01a557b5969adf0d2585431344b73f0ae0f6.tar.gz tk-6e9d01a557b5969adf0d2585431344b73f0ae0f6.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 57157da..bc0e0a3 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -1218,6 +1218,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. |