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

updated for version 7.1-278

This commit is contained in:
Bram Moolenaar
2008-03-12 20:48:13 +00:00
parent 57e4846713
commit 39858af5d5
2 changed files with 5 additions and 5 deletions

View File

@@ -3037,13 +3037,11 @@ receiveHandler(WindowRef theWindow, void *handlerRefCon, DragRef theDrag)
gui_mch_init(void) gui_mch_init(void)
{ {
/* TODO: Move most of this stuff toward gui_mch_init */ /* TODO: Move most of this stuff toward gui_mch_init */
Rect windRect; Rect windRect;
MenuHandle pomme; MenuHandle pomme;
EventHandlerRef mouseWheelHandlerRef; EventHandlerRef mouseWheelHandlerRef;
#ifdef USE_CARBONKEYHANDLER
EventTypeSpec eventTypeSpec; EventTypeSpec eventTypeSpec;
#endif ControlRef rootControl;
ControlRef rootControl;
if (Gestalt(gestaltSystemVersion, &gMacSystemVersion) != noErr) if (Gestalt(gestaltSystemVersion, &gMacSystemVersion) != noErr)
gMacSystemVersion = 0x1000; /* TODO: Default to minimum sensible value */ gMacSystemVersion = 0x1000; /* TODO: Default to minimum sensible value */

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
278,
/**/ /**/
277, 277,
/**/ /**/