Changeset 9870 for OpenSceneGraph/branches/osg-cocoa-dev/include/osgViewer/api/Cocoa/GraphicsWindowCocoa
- Timestamp:
- 03/09/09 10:39:55 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/osg-cocoa-dev/include/osgViewer/api/Cocoa/GraphicsWindowCocoa
r9836 r9870 139 139 140 140 void setVSync(bool f); 141 142 /** adapts a resize / move of the window, coords in global screen space */ 143 void adaptResize(int x, int y, int w, int h); 141 144 142 145 protected:
