Show
Ignore:
Timestamp:
03/11/09 13:55:20 (4 years ago)
Author:
robert
Message:

From Stephan Huber, files were are missed by Robert in check in of changes to GraphicsWindowCarbon?.cpp

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/include/osgViewer/api/Carbon/GraphicsWindowCarbon

    r9120 r9904  
    2020#define OSGVIEWER_GRAPHICSWINDOWCARBON 1 
    2121 
    22 #ifdef __APPLE__ 
     22#if defined (__APPLE__) && (!__LP64__) 
    2323 
    2424#include <osgViewer/GraphicsWindow> 
     
    143143        // get the pixelformat 
    144144        AGLPixelFormat getAGLPixelFormat() { return _pixelFormat; } 
     145         
     146        void adaptResize(int x, int y, int w, int h); 
    145147 
    146148    protected: 
     
    148150        void init(); 
    149151         
    150         void transformMouseXY(float& x, float& y); 
    151          
    152          
    153          
     152        void transformMouseXY(float& x, float& y);       
    154153 
    155154