Ticket #31974: patch-demos_OISConsole.cpp.diff

File patch-demos_OISConsole.cpp.diff, 520 bytes (added by marin.saric@…, 12 years ago)
  • demos/OISConsole.cpp

     
    284284        //For this demo, show mouse and do not grab (confine to window)
    285285//      pl.insert(std::make_pair(std::string("x11_mouse_grab"), std::string("false")));
    286286//      pl.insert(std::make_pair(std::string("x11_mouse_hide"), std::string("false")));
    287 #elif defined OIS_APPLE_PLATFORM
     287#elif defined OIS_APPLE_PLATFORM && !__LP64__
    288288    // create the window rect in global coords
    289289    ::Rect windowRect;
    290290    windowRect.left = 0;