summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-03-12 20:48:13 +0000
committervimboss <devnull@localhost>2008-03-12 20:48:13 +0000
commit952026e24290eaca41d3e2a7f44d997272ebbee1 (patch)
treeeb16ee4ebbd83adec0f31bec419cd3650f2b7d1e
parent1932e27ad66f7a311e2c3cc256f001c1ec8195b5 (diff)
downloadvim-952026e24290eaca41d3e2a7f44d997272ebbee1.tar.gz
updated for version 7.1-278v7.1.278v7-1-278
-rw-r--r--src/gui_mac.c8
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 901e81f4..77006a73 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -3037,13 +3037,11 @@ receiveHandler(WindowRef theWindow, void *handlerRefCon, DragRef theDrag)
gui_mch_init(void)
{
/* TODO: Move most of this stuff toward gui_mch_init */
- Rect windRect;
- MenuHandle pomme;
+ Rect windRect;
+ MenuHandle pomme;
EventHandlerRef mouseWheelHandlerRef;
-#ifdef USE_CARBONKEYHANDLER
EventTypeSpec eventTypeSpec;
-#endif
- ControlRef rootControl;
+ ControlRef rootControl;
if (Gestalt(gestaltSystemVersion, &gMacSystemVersion) != noErr)
gMacSystemVersion = 0x1000; /* TODO: Default to minimum sensible value */
diff --git a/src/version.c b/src/version.c
index 78788ec0..a397e8ac 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 278,
+/**/
277,
/**/
276,