fix compatibility with current Mac 3Dconnexion driver
This commit is contained in:
committed by
Chris Hennes
parent
625a4212cc
commit
105463a1d9
@@ -164,9 +164,7 @@ void Gui::GuiNativeEvent::initSpaceball(QMainWindow *window)
|
||||
/* register our app with the driver */
|
||||
// Pascal string Application name required to register driver for application
|
||||
UInt8 tdxAppName[] = {7,'F','r','e','e','C','A','D'};
|
||||
// 32bit appID to register driver for application
|
||||
UInt32 tdxAppID = 'FCAd';
|
||||
tdxClientID = RegisterConnexionClient( tdxAppID, tdxAppName,
|
||||
tdxClientID = RegisterConnexionClient( kConnexionClientWildcard, tdxAppName,
|
||||
kConnexionClientModeTakeOver,
|
||||
kConnexionMaskAll );
|
||||
if (tdxClientID == 0)
|
||||
|
||||
Reference in New Issue
Block a user