diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-12 18:36:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-12 18:36:56 (GMT) |
commit | 5c42e7037f5ba27a7d2aee8e4b838e756155b9cc (patch) | |
tree | 0a222e9d6f0a016c0f1b76db0d65f033bf78d68a /generic/tkInt.h | |
parent | e81b3e379034e1e6eb711c04117dc61a1fa564ca (diff) | |
download | tk-5c42e7037f5ba27a7d2aee8e4b838e756155b9cc.zip tk-5c42e7037f5ba27a7d2aee8e4b838e756155b9cc.tar.gz tk-5c42e7037f5ba27a7d2aee8e4b838e756155b9cc.tar.bz2 |
Type correctness fix, to stop compiler complaint
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index bc0e0a3..88e0c25 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -1219,7 +1219,7 @@ MODULE_SCOPE Status TkParseColor (Display * display, XColor * colorPtr); #endif #ifdef HAVE_XFT -MODULE_SCOPE void TkUnixSetXftClipRegion(Region clipRegion); +MODULE_SCOPE void TkUnixSetXftClipRegion(TkRegion clipRegion); #endif /* |