Fix mac build error after ghost cocoa changes.

This commit is contained in:
Brecht Van Lommel
2012-05-06 22:36:51 +00:00
parent a8e8775cb8
commit d7f214b581

View File

@@ -1487,7 +1487,8 @@ GHOST_TSuccess GHOST_SystemCocoa::handleMouseEvent(void *eventPtr)
break; break;
} }
case NSMouseMoved: case NSMouseMoved:
{
GHOST_TGrabCursorMode grab_mode = window->getCursorGrabMode(); GHOST_TGrabCursorMode grab_mode = window->getCursorGrabMode();
/* TODO: CHECK IF THIS IS A TABLET EVENT */ /* TODO: CHECK IF THIS IS A TABLET EVENT */
@@ -1572,7 +1573,8 @@ GHOST_TSuccess GHOST_SystemCocoa::handleMouseEvent(void *eventPtr)
} }
break; break;
} }
break; }
break;
case NSScrollWheel: case NSScrollWheel:
{ {