OSX: go back to former zoombehaviour with magicmouse in Lion, no time to recode to NSTouch in the near time

This commit is contained in:
Jens Verwiebe
2011-11-13 13:25:22 +00:00
parent b5a57b193d
commit 393c7b2e93

View File

@@ -578,7 +578,7 @@ GHOST_SystemCocoa::GHOST_SystemCocoa()
if (strstr(rstring,"MacBookAir") ||
(strstr(rstring,"MacBook") && (rstring[strlen(rstring)-3]>='5') && (rstring[strlen(rstring)-3]<='9')))
m_hasMultiTouchTrackpad = true;
else m_hasMultiTouchTrackpad = true; // experimental, changes only MagicMouse behaviour (zoom->pan) but enables MagicTrackpad for all Macs
else m_hasMultiTouchTrackpad = false;
free( rstring );
rstring = NULL;