- Timestamp:
- 03/11/09 13:55:20 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgViewer/api/Carbon/GraphicsWindowCarbon
r9120 r9904 20 20 #define OSGVIEWER_GRAPHICSWINDOWCARBON 1 21 21 22 #if def __APPLE__22 #if defined (__APPLE__) && (!__LP64__) 23 23 24 24 #include <osgViewer/GraphicsWindow> … … 143 143 // get the pixelformat 144 144 AGLPixelFormat getAGLPixelFormat() { return _pixelFormat; } 145 146 void adaptResize(int x, int y, int w, int h); 145 147 146 148 protected: … … 148 150 void init(); 149 151 150 void transformMouseXY(float& x, float& y); 151 152 153 152 void transformMouseXY(float& x, float& y); 154 153 155 154
