summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-07-24 16:29:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-07-24 16:29:22 (GMT)
commit9df198975e0632b7c50b9ee5ee63192f6f29e87a (patch)
tree2fdc28b79d7af8d482a4bdd3fc00b6a781593a7f /unix
parent676fab8fd449abcc70079637c0547bf99e705e7d (diff)
parent5622724370381defbc456e36d2d5e6234cb964e8 (diff)
downloadtk-9df198975e0632b7c50b9ee5ee63192f6f29e87a.zip
tk-9df198975e0632b7c50b9ee5ee63192f6f29e87a.tar.gz
tk-9df198975e0632b7c50b9ee5ee63192f6f29e87a.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,