- Timestamp:
- Mar 14, 2011, 3:53:38 AM (14 years ago)
- Location:
- code/branches/kicklib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib
-
code/branches/kicklib/src/libraries/core/GraphicsManager.cc
r8066 r8071 269 269 270 270 Ogre::WindowEventUtilities::addWindowEventListener(this->renderWindow_, ogreWindowEventListener_.get()); 271 271 272 // HACK 273 #ifdef ORXONOX_PLATFORM_APPLE 274 //INFO: This will give our window focus, and not lock it to the terminal 275 ProcessSerialNumber psn = {0, kCurrentProcess}; 276 TransformProcessType(&psn, kProcessTransformToForegroundApplication); 277 SetFrontProcess(&psn); 278 #endif 279 // End of HACK 280 272 281 // create a full screen default viewport 273 282 // Note: This may throw when adding a viewport with an existing z-order!
Note: See TracChangeset
for help on using the changeset viewer.