mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
updated for version 7.1-278
This commit is contained in:
@@ -3040,9 +3040,7 @@ gui_mch_init(void)
|
|||||||
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)
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user