From: Bram Moolenaar Date: Fri, 18 Mar 2005 20:15:36 +0000 (+0000) Subject: updated for version 7.0061 X-Git-Tag: v7.0061~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5319aed9bad7cd9094d2a8ba34e99270ccdbc0f;p=vim updated for version 7.0061 --- diff --git a/src/gui_athena.c b/src/gui_athena.c index d9860017d..91026ea21 100644 --- a/src/gui_athena.c +++ b/src/gui_athena.c @@ -42,7 +42,7 @@ extern Widget vimShell; static Widget vimForm = (Widget)0; -static Widget textArea = (Widget)0; +Widget textArea = (Widget)0; #ifdef FEAT_MENU static Widget menuBar = (Widget)0; static XtIntervalId timer = 0; /* 0 = expired, otherwise active */