mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-27 08:40:41 +08:00
ifdef'd out the COSXDragView implementation on osx < 10.7
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
#import "COSXDragView.h"
|
||||
|
||||
#ifdef MAC_OS_X_VERSION_10_7
|
||||
|
||||
@implementation COSXDragView
|
||||
|
||||
- (id)
|
||||
@@ -88,3 +90,5 @@ clearDropTarget
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user