Add WindowList class to manage all windows.
authorCheng Zhao <zcbenz@gmail.com>
Thu, 2 May 2013 14:54:09 +0000 (22:54 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Thu, 2 May 2013 14:54:09 +0000 (22:54 +0800)
commit264f085afba2758294636556a236ff760ba17e93
tree4fa0bda5c7b0ef4390986df33ee593ee7dc74b1f
parent43d42ca57f450f31d776d7bc5d4fdefc2b2739dc
Add WindowList class to manage all windows.
atom.gyp
browser/atom_application.mm
browser/native_window.cc
browser/native_window.h
browser/window_list.cc [new file with mode: 0644]
browser/window_list.h [new file with mode: 0644]
browser/window_list_observer.h [new file with mode: 0644]