Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 8, 2011, 6:26:51 AM (14 years ago)
Author:
rgrieder
Message:

Removed unnecessary changes in mac_osx branch.

Location:
code/branches/mac_osx/src/libraries/core
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/libraries/core/DynLib.h

    r7577 r8043  
    110110
    111111    protected:
     112
    112113        /// Handle to the loaded library.
    113114        DYNLIB_HANDLE m_hInst;
  • code/branches/mac_osx/src/libraries/core/GUIManager.cc

    r8042 r8043  
    351351    void GUIManager::buttonPressed(MouseButtonCode::ByEnum id)
    352352    {
    353         //guiSystem_->injectMouseButtonDown(convertButton(id));
    354353        this->protectedCall(boost::bind(&CEGUI::System::injectMouseButtonDown, _1, convertButton(id)));
    355354    }
  • code/branches/mac_osx/src/libraries/core/GraphicsManager.cc

    r7664 r8043  
    314314
    315315        Ogre::WindowEventUtilities::addWindowEventListener(this->renderWindow_, ogreWindowEventListener_.get());
    316                
     316
    317317// HACK
    318318#ifdef ORXONOX_PLATFORM_APPLE
     
    323323#endif
    324324// End of HACK
    325                
     325
    326326        // create a full screen default viewport
    327327        // Note: This may throw when adding a viewport with an existing z-order!
  • code/branches/mac_osx/src/libraries/core/PathConfig.cc

    r7669 r8043  
    206206#ifdef ORXONOX_PLATFORM_UNIX
    207207            char* userDataPathPtr(getenv("HOME"));
    208 #elif ORXONOX_PLATFORM_APPLE
    209             char* userDataPathPtr(getenv("HOME"));
    210208#else
    211209            char* userDataPathPtr(getenv("APPDATA"));
Note: See TracChangeset for help on using the changeset viewer.