]> granicus.if.org Git - vim/commitdiff
updated for version 7.0061
authorBram Moolenaar <Bram@vim.org>
Fri, 18 Mar 2005 20:15:36 +0000 (20:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 18 Mar 2005 20:15:36 +0000 (20:15 +0000)
src/gui_athena.c

index d9860017dd3aeda0ab3339daf6750380bdf918e3..91026ea21ad6c8de0ad309fbfee7842708061ff0 100644 (file)
@@ -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 */