diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-18 20:15:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-18 20:15:36 +0000 |
commit | a5319aed9bad7cd9094d2a8ba34e99270ccdbc0f (patch) | |
tree | 060afcc20457d105f751fc9b268536c2f48ea3b8 /src/gui_athena.c | |
parent | a008465995dfa65b48af97d72f3ceff33e39e4fc (diff) | |
download | vim-git-a5319aed9bad7cd9094d2a8ba34e99270ccdbc0f.tar.gz |
updated for version 7.0061
Diffstat (limited to 'src/gui_athena.c')
-rw-r--r-- | src/gui_athena.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |