summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2012-07-24 13:13:08 (GMT)
committerdgp@users.sourceforge.net <dgp>2012-07-24 13:13:08 (GMT)
commit21d9ea65e24926797af0fe4ac6f84ca9a3e1e850 (patch)
tree938bf8f1bc1849bcbec6c4d5374b7e33edf34bb0 /unix
parent36acf3cb9145b3e88a43115b09a7f34dc9e1d11b (diff)
downloadtk-21d9ea65e24926797af0fe4ac6f84ca9a3e1e850.zip
tk-21d9ea65e24926797af0fe4ac6f84ca9a3e1e850.tar.gz
tk-21d9ea65e24926797af0fe4ac6f84ca9a3e1e850.tar.bz2
silence compiler warnings
Diffstat (limited to 'unix')
-rw-r--r--unix/tkUnixSend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixSend.c b/unix/tkUnixSend.c
index 493100e..f376d79 100644
--- a/unix/tkUnixSend.c
+++ b/unix/tkUnixSend.c
@@ -1350,7 +1350,7 @@ SendInit(
* for it.
*/
- dispPtr->commTkwin = TkAllocWindow(dispPtr,
+ dispPtr->commTkwin = (Tk_Window) TkAllocWindow(dispPtr,
DefaultScreen(dispPtr->display), NULL);
Tcl_Preserve((ClientData) dispPtr->commTkwin);
atts.override_redirect = True;