summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-16 14:42:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-16 14:42:49 (GMT)
commit9f6d41c61faba304dce324aa4d5629db643f4191 (patch)
tree1aa1865c80a6604d88e2d65cf537440eb3518f7d /generic/tkInt.h
parent57e25a04aef40def9f523ec04b6fd04a60d2147b (diff)
parent8f22ecfac96ac10f3c1aa3df10a10071ed591d9b (diff)
downloadtk-9f6d41c61faba304dce324aa4d5629db643f4191.zip
tk-9f6d41c61faba304dce324aa4d5629db643f4191.tar.gz
tk-9f6d41c61faba304dce324aa4d5629db643f4191.tar.bz2
merge trunk
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..88e0c25 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(TkRegion clipRegion);
+#endif
/*
* Unsupported commands.