]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/window.h
Make use of new array functions.
[wxWidgets.git] / include / wx / mac / window.h
index f2fea8ccce59e4ede3b2a105a819e6cdf2e0b876..a3a31e301df198060b16ae9fd3c736edd9da45c2 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_WINDOW_H_
 #define _WX_WINDOW_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "window.h"
 #endif
 
@@ -241,6 +241,7 @@ public:
     virtual void         Update() ;
     // for compatibility
     void                 MacUpdateImmediately() { Update() ; }
+    bool                 MacSetupCursor( const wxPoint& pt ) ;
         
 //    virtual bool         MacSetPortDrawingParams( const Point & localOrigin, const Rect & clipRect, WindowRef window , wxWindowMac* rootwin )  ;
 //    virtual void         MacGetPortParams(Point* localOrigin, Rect* clipRect, WindowRef *window , wxWindowMac** rootwin ) ;