$OpenBSD: patch-src_elwish_c,v 1.2 2004/04/03 09:30:22 matthieu Exp $
--- src/elwish.c.orig	2003-09-27 19:14:21.000000000 +0200
+++ src/elwish.c	2004-04-03 11:23:11.000000000 +0200
@@ -77,9 +77,6 @@ elWishAppInit(ElTclInterpInfo *iinfo)
    /* change the rc file */
    Tcl_SetVar(iinfo->interp, "tcl_rcFileName", ".elwishrc", TCL_GLOBAL_ONLY);
 
-   /* I hate that stupid empty window you get after Tk_Init() */
-   Tcl_Eval(iinfo->interp, "wm withdraw .");
-
    return TCL_OK;
 }
 
