Mac: Fix 10.10 SDK compile and test errors (issue #1414)

This commit is contained in:
Marshall Greenblatt
2015-08-26 16:38:43 -04:00
parent 9af98fab45
commit c2086cf7c7
4 changed files with 11 additions and 4 deletions

View File

@@ -648,6 +648,8 @@ BrowserOpenGLView* GLView(NSView* view) {
case NSOtherMouseUp:
modifiers |= EVENTFLAG_MIDDLE_MOUSE_BUTTON;
break;
default:
break;
}
return modifiers;