]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix tracking rectangles in 64-bit build by remembering the tag as the 64-bit integer...
authorDavid Elliott <dfe@tgwbd.org>
Fri, 8 Feb 2008 09:12:04 +0000 (09:12 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 8 Feb 2008 09:12:04 +0000 (09:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/trackingrectmanager.h

index 40fac51aad10b09bdea3af9fb47bb0c3e17169e7..da4483db532fca5de37d1962c04c2ec94280cd06 100644 (file)
@@ -32,7 +32,7 @@ public:
 protected:
     wxWindow *m_window;
     bool m_isTrackingRectActive;
-    int m_trackingRectTag;
+    NSInteger m_trackingRectTag;
     NSRect m_trackingRectInWindowCoordinates;
 private:
     wxCocoaTrackingRectManager();