changeset 215:a4029d1d83df

updated for version 7.0061
author vimboss
date Fri, 18 Mar 2005 20:15:36 +0000
parents 48c9c2bf59af
children da182deebec7
files src/gui_athena.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */