0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -04:00

updated for version 7.0061

This commit is contained in:
Bram Moolenaar
2005-03-18 20:15:36 +00:00
parent a008465995
commit a5319aed9b

View 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 */