Move NSTouchBarDelegate to AtomNSWindowDelegate
This commit is contained in:
parent
8e9667d86c
commit
f6a7e5ea23
3 changed files with 20 additions and 13 deletions
|
@ -11,7 +11,8 @@ namespace atom {
|
|||
class NativeWindowMac;
|
||||
}
|
||||
|
||||
@interface AtomNSWindowDelegate : NSObject<NSWindowDelegate> {
|
||||
@interface AtomNSWindowDelegate : NSObject<NSWindowDelegate,
|
||||
NSTouchBarDelegate> {
|
||||
@private
|
||||
atom::NativeWindowMac* shell_;
|
||||
bool is_zooming_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue