Merged (slightly modified to maintain ABI compatibility) r45554 from trunk (Note: CVS):
Remove Objective-C class posing for everything except for NSApplication. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
{
|
||||
@@ -166,7 +166,7 @@ WX_IMPLEMENT_POSER(wxPoserNSView);
|
||||
[super resetCursorRects];
|
||||
}
|
||||
|
||||
@end // implementation wxPoserNSView
|
||||
@end // implementation WXNSView
|
||||
|
||||
@interface wxNSViewNotificationObserver : NSObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user