summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2012-07-24 16:29:22 (GMT)
committerdgp@users.sourceforge.net <dgp>2012-07-24 16:29:22 (GMT)
commitaad905c98f5449c44ac7179f2421d6ae9a8aff2f (patch)
tree2fdc28b79d7af8d482a4bdd3fc00b6a781593a7f /unix
parent23928cfd367cfae44086983f9860e8f1dcb75c34 (diff)
parent7f34ee2e0f4bc4707238348297c7a358dd8101f9 (diff)
downloadtk-aad905c98f5449c44ac7179f2421d6ae9a8aff2f.zip
tk-aad905c98f5449c44ac7179f2421d6ae9a8aff2f.tar.gz
tk-aad905c98f5449c44ac7179f2421d6ae9a8aff2f.tar.bz2
merge 8.5
Diffstat (limited to 'unix')
-rw-r--r--unix/tkUnixSend.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/unix/tkUnixSend.c b/unix/tkUnixSend.c
index c073309..f376d79 100644
--- a/unix/tkUnixSend.c
+++ b/unix/tkUnixSend.c
@@ -1350,11 +1350,8 @@ SendInit(
* for it.
*/
- dispPtr->commTkwin = Tk_CreateWindow(interp, (Tk_Window) NULL,
- "_comm", DisplayString(dispPtr->display));
- if (dispPtr->commTkwin == NULL) {
- Tcl_Panic("Tk_CreateWindow failed in SendInit!");
- }
+ dispPtr->commTkwin = (Tk_Window) TkAllocWindow(dispPtr,
+ DefaultScreen(dispPtr->display), NULL);
Tcl_Preserve((ClientData) dispPtr->commTkwin);
atts.override_redirect = True;
Tk_ChangeWindowAttributes(dispPtr->commTkwin,