mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-25 12:28:48 +02:00
ifdef'd out the COSXDragView implementation on osx < 10.7
This commit is contained in:
parent
fbfea7b543
commit
bf0204e7c2
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
#import "COSXDragView.h"
|
||||
|
||||
#ifdef MAC_OS_X_VERSION_10_7
|
||||
|
||||
@implementation COSXDragView
|
||||
|
||||
- (id)
|
||||
|
@ -88,3 +90,5 @@ clearDropTarget
|
|||
}
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue