🔧 Extend interface

This commit is contained in:
Felix Rieseberg 2017-08-23 16:10:31 -07:00
parent cd5cd25f74
commit a44c2d5dcc

View file

@ -18,6 +18,10 @@ const NSAutoresizingMaskOptions kDefaultAutoResizingMask =
@end
@interface NSWindow ()
- (void)performWindowDragWithEvent:(NSEvent *)event;
@end
@implementation DragRegionView
- (BOOL)mouseDownCanMoveWindow