Mercurial > emacs
changeset 82340:c0011ad9af50
(mac_handle_window_event) [USE_MAC_TOOLBAR]: Fix last change.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Thu, 09 Aug 2007 09:38:59 +0000 |
parents | b61c59d1341c |
children | 13d9a34c970a |
files | src/macterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macterm.c Thu Aug 09 09:36:42 2007 +0000 +++ b/src/macterm.c Thu Aug 09 09:38:59 2007 +0000 @@ -10723,7 +10723,7 @@ && f->top_pos == sf->top_pos) || (f->left_pos == sf->left_pos + 10 * 2 && f->top_pos == sf->top_pos + 32 * 2)) - MoveWindowStructure (wp, f->left_pos + 10, f->top_pos + 32); + MoveWindowStructure (wp, sf->left_pos + 10, sf->top_pos + 32); #endif } result = noErr;