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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user