Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 18, 2011, 10:00:27 AM (14 years ago)
Author:
youngk
Message:

IT WORKS! Orxonox will now run properly with Cocoa - All window issues are fixed. Needs some cleanup, but only little. Rund App from Desktop.@reto: please review my changes. @fabian: watch and learn :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/libraries/core/GraphicsManager.cc

    r8043 r8090  
    316316
    317317// HACK
    318 #ifdef ORXONOX_PLATFORM_APPLE
    319         //INFO: This will give our window focus, and not lock it to the terminal
    320         ProcessSerialNumber psn = {0, kCurrentProcess};
    321         TransformProcessType(&psn, kProcessTransformToForegroundApplication);
    322         SetFrontProcess(&psn);
    323 #endif
     318//#ifdef ORXONOX_PLATFORM_APPLE
     319//        //INFO: This will give our window focus, and not lock it to the terminal
     320//        ProcessSerialNumber psn = {0, kCurrentProcess};
     321//        TransformProcessType(&psn, kProcessTransformToForegroundApplication);
     322//        SetFrontProcess(&psn);
     323//#endif
    324324// End of HACK
    325325
Note: See TracChangeset for help on using the changeset viewer.