diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macfns.c b/src/macfns.c index 4147325c288..92d729248c9 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Graphical user interface functions for Mac OS. | 1 | /* Graphical user interface functions for Mac OS. |
| 2 | Copyright (C) 2000, 2001 Free Software Foundation, Inc. | 2 | Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -3803,9 +3803,9 @@ x_create_tip_frame (dpyinfo, parms, text) | |||
| 3803 | window_prompting = x_figure_window_size (f, parms, 0); | 3803 | window_prompting = x_figure_window_size (f, parms, 0); |
| 3804 | 3804 | ||
| 3805 | { | 3805 | { |
| 3806 | BLOCK_INPUT; | ||
| 3807 | Rect r; | 3806 | Rect r; |
| 3808 | 3807 | ||
| 3808 | BLOCK_INPUT; | ||
| 3809 | SetRect (&r, 0, 0, 1, 1); | 3809 | SetRect (&r, 0, 0, 1, 1); |
| 3810 | if (CreateNewWindow (kHelpWindowClass, | 3810 | if (CreateNewWindow (kHelpWindowClass, |
| 3811 | kWindowNoActivatesAttribute | 3811 | kWindowNoActivatesAttribute |