aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macterm.c2
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;