alias move and moved event on OS X
This commit is contained in:
parent
f46fcd158a
commit
9a60fde59b
8 changed files with 21 additions and 3 deletions
|
@ -103,7 +103,10 @@ static const CGFloat kAtomWindowCornerRadius = 4.0;
|
|||
}
|
||||
|
||||
- (void)windowDidMove:(NSNotification*)notification {
|
||||
// TODO(zcbenz): Remove the alias after figuring out a proper
|
||||
// way to disptach move.
|
||||
shell_->NotifyWindowMove();
|
||||
shell_->NotifyWindowMoved();
|
||||
}
|
||||
|
||||
- (void)windowDidMiniaturize:(NSNotification*)notification {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue