Changeset 8043 for code/branches/mac_osx/src/libraries
- Timestamp:
- Mar 8, 2011, 6:26:51 AM (14 years ago)
- 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 110 110 111 111 protected: 112 112 113 /// Handle to the loaded library. 113 114 DYNLIB_HANDLE m_hInst; -
code/branches/mac_osx/src/libraries/core/GUIManager.cc
r8042 r8043 351 351 void GUIManager::buttonPressed(MouseButtonCode::ByEnum id) 352 352 { 353 //guiSystem_->injectMouseButtonDown(convertButton(id));354 353 this->protectedCall(boost::bind(&CEGUI::System::injectMouseButtonDown, _1, convertButton(id))); 355 354 } -
code/branches/mac_osx/src/libraries/core/GraphicsManager.cc
r7664 r8043 314 314 315 315 Ogre::WindowEventUtilities::addWindowEventListener(this->renderWindow_, ogreWindowEventListener_.get()); 316 316 317 317 // HACK 318 318 #ifdef ORXONOX_PLATFORM_APPLE … … 323 323 #endif 324 324 // End of HACK 325 325 326 326 // create a full screen default viewport 327 327 // Note: This may throw when adding a viewport with an existing z-order! -
code/branches/mac_osx/src/libraries/core/PathConfig.cc
r7669 r8043 206 206 #ifdef ORXONOX_PLATFORM_UNIX 207 207 char* userDataPathPtr(getenv("HOME")); 208 #elif ORXONOX_PLATFORM_APPLE209 char* userDataPathPtr(getenv("HOME"));210 208 #else 211 209 char* userDataPathPtr(getenv("APPDATA"));
Note: See TracChangeset
for help on using the changeset viewer.