summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-06-12 08:34:40 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-06-12 08:34:40 (GMT)
commit6e9d01a557b5969adf0d2585431344b73f0ae0f6 (patch)
treea423d46e9f550b20ab44f59a5e28af4ced782956 /generic/tkInt.h
parent37629a073d7791d7bfd02008e78f8e2cd1b9914b (diff)
parent7b2d1279345ef1ba44c0b553d520f0666b02b25a (diff)
downloadtk-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.h3
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.