Changeset 11207 for OpenSceneGraph/trunk/src/osgViewer/DarwinUtils.h
- Timestamp:
- 03/13/10 12:28:00 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgViewer/DarwinUtils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/DarwinUtils.h
r10208 r11207 91 91 92 92 protected: 93 93 94 virtual void _init(); 95 94 96 /** implementation of setScreenResolution */ 95 97 bool setScreenResolutionImpl(const osg::GraphicsContext::ScreenIdentifier& screenIdentifier, unsigned int width, unsigned int height) ; … … 118 120 119 121 private: 122 123 bool _initialized; 120 124 CGDisplayCount _displayCount; 121 125 CGDirectDisplayID* _displayIds;
