Move AtomNSWindow to a new file
This commit is contained in:
parent
569967ac21
commit
c44279bb10
5 changed files with 266 additions and 243 deletions
1
script/cpplint.py
vendored
1
script/cpplint.py
vendored
|
@ -12,6 +12,7 @@ IGNORE_FILES = set(os.path.join(*components) for components in [
|
|||
['atom', 'browser', 'mac', 'atom_application_delegate.h'],
|
||||
['atom', 'browser', 'resources', 'win', 'resource.h'],
|
||||
['atom', 'browser', 'ui', 'cocoa', 'atom_menu_controller.h'],
|
||||
['atom', 'browser', 'ui', 'cocoa', 'atom_ns_window.h'],
|
||||
['atom', 'browser', 'ui', 'cocoa', 'atom_ns_window_delegate.h'],
|
||||
['atom', 'browser', 'ui', 'cocoa', 'atom_preview_item.h'],
|
||||
['atom', 'browser', 'ui', 'cocoa', 'atom_touch_bar.h'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue