]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/window.mm
Source changes needed to get MDI support compiling on OS X Cocoa, and a explicit...
[wxWidgets.git] / src / osx / cocoa / window.mm
index df977ab28178a8b9ca6446083c04b660208e7188..561270d96a63feb0cc1af0f32e97565bdc78274b 100644 (file)
@@ -324,7 +324,7 @@ void SetupMouseEvent( wxMouseEvent &wxevent , NSEvent * nsEvent )
         
         wxRegion updateRgn;
         const NSRect *rects;
-        int count ;
+        NSInteger count;
 
         [self getRectsBeingDrawn:&rects count:&count];
         for ( int i = 0 ; i < count ; ++i )