- Timestamp:
- Mar 18, 2011, 10:13:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_osx/src/libraries/core/GraphicsManager.cc
r8090 r8091 315 315 Ogre::WindowEventUtilities::addWindowEventListener(this->renderWindow_, ogreWindowEventListener_.get()); 316 316 317 // HACK318 //#ifdef ORXONOX_PLATFORM_APPLE319 // //INFO: This will give our window focus, and not lock it to the terminal320 // ProcessSerialNumber psn = {0, kCurrentProcess};321 // TransformProcessType(&psn, kProcessTransformToForegroundApplication);322 // SetFrontProcess(&psn);323 //#endif324 // End of HACK325 326 317 // create a full screen default viewport 327 318 // Note: This may throw when adding a viewport with an existing z-order!
Note: See TracChangeset
for help on using the changeset viewer.