Show
Ignore:
Timestamp:
03/13/10 12:28:00 (3 years ago)
Author:
robert
Message:

Refactored the initialization of OSX windowing settings so that it's done on demand rather than on startup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgViewer/DarwinUtils.h

    r10208 r11207  
    9191     
    9292    protected: 
    93      
     93 
     94        virtual void _init(); 
     95 
    9496        /** implementation of setScreenResolution */ 
    9597        bool setScreenResolutionImpl(const osg::GraphicsContext::ScreenIdentifier& screenIdentifier, unsigned int width, unsigned int height) ; 
     
    118120     
    119121    private: 
     122 
     123        bool                  _initialized; 
    120124        CGDisplayCount        _displayCount; 
    121125        CGDirectDisplayID*    _displayIds;