summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixSend.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-09-15 11:17:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-09-15 11:17:51 (GMT)
commit9e569eae6b6493fcb7c4481dd266f21bd350e8ef (patch)
tree1179c572385cec42078e360cc87fe584264a3e46 /unix/tkUnixSend.c
parent01237b49dd758458dee4134e4c78b2696035cfe9 (diff)
downloadtk-9e569eae6b6493fcb7c4481dd266f21bd350e8ef.zip
tk-9e569eae6b6493fcb7c4481dd266f21bd350e8ef.tar.gz
tk-9e569eae6b6493fcb7c4481dd266f21bd350e8ef.tar.bz2
typo
Diffstat (limited to 'unix/tkUnixSend.c')
-rw-r--r--unix/tkUnixSend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixSend.c b/unix/tkUnixSend.c
index 87a1113..e3a810d 100644
--- a/unix/tkUnixSend.c
+++ b/unix/tkUnixSend.c
@@ -1362,7 +1362,7 @@ SendInit(
Tcl_Preserve(dispPtr->commTkwin);
((TkWindow *) dispPtr->commTkwin)->flags |=
TK_TOP_HIERARCHY|TK_TOP_LEVEL|TK_HAS_WRAPPER|TK_WIN_MANAGED;
- TkWmNewWindow((TkWindow *) dispPtr->commTkWin);
+ TkWmNewWindow((TkWindow *) dispPtr->commTkwin);
atts.override_redirect = True;
Tk_ChangeWindowAttributes(dispPtr->commTkwin,
CWOverrideRedirect, &atts);