]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/NSView.mm
remove miniframe stuff from GtkOnSize(), it's handled by wxFrame
[wxWidgets.git] / src / cocoa / NSView.mm
index db8d47e61863673a685f82d5af0a67464e3afadd..7d864f2e309088494c2567132f9741c575b18733 100644 (file)
@@ -54,10 +54,10 @@ void wxCocoaNSView::DisassociateNSView(WX_NSView cocoaNSView)
 }
 
 // ============================================================================
 }
 
 // ============================================================================
-// @class wxPoserNSView
+// @class WXNSView
 // ============================================================================
 // ============================================================================
-WX_IMPLEMENT_POSER(wxPoserNSView);
-@implementation wxPoserNSView : NSView
+
+@implementation WXNSView : NSView
 
 - (BOOL)acceptsFirstMouse:(NSEvent *)theEvent
 {
 
 - (BOOL)acceptsFirstMouse:(NSEvent *)theEvent
 {
@@ -166,7 +166,7 @@ WX_IMPLEMENT_POSER(wxPoserNSView);
         [super resetCursorRects];
 }
 
         [super resetCursorRects];
 }
 
-@end // implementation wxPoserNSView
+@end // implementation WXNSView
 
 @interface wxNSViewNotificationObserver : NSObject
 {
 
 @interface wxNSViewNotificationObserver : NSObject
 {