diff options
| author | YAMAMOTO Mitsuharu | 2007-08-09 09:38:59 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-08-09 09:38:59 +0000 |
| commit | 021035a85a6ba433ca48ca6f108daa0322a153ba (patch) | |
| tree | 070145a3ed7c22eaa37a673e1e21b5f51fbb0460 /src | |
| parent | f94264798798821b09ddf5ace25078ee319a5cd8 (diff) | |
| download | emacs-021035a85a6ba433ca48ca6f108daa0322a153ba.tar.gz emacs-021035a85a6ba433ca48ca6f108daa0322a153ba.zip | |
(mac_handle_window_event) [USE_MAC_TOOLBAR]: Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macterm.c b/src/macterm.c index 7d6934b806b..d0b3ac8f635 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -10723,7 +10723,7 @@ mac_handle_window_event (next_handler, event, data) | |||
| 10723 | && f->top_pos == sf->top_pos) | 10723 | && f->top_pos == sf->top_pos) |
| 10724 | || (f->left_pos == sf->left_pos + 10 * 2 | 10724 | || (f->left_pos == sf->left_pos + 10 * 2 |
| 10725 | && f->top_pos == sf->top_pos + 32 * 2)) | 10725 | && f->top_pos == sf->top_pos + 32 * 2)) |
| 10726 | MoveWindowStructure (wp, f->left_pos + 10, f->top_pos + 32); | 10726 | MoveWindowStructure (wp, sf->left_pos + 10, sf->top_pos + 32); |
| 10727 | #endif | 10727 | #endif |
| 10728 | } | 10728 | } |
| 10729 | result = noErr; | 10729 | result = noErr; |