diff options
| author | Andreas Schwab | 2004-06-05 15:40:29 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2004-06-05 15:40:29 +0000 |
| commit | bc0ba0c24e22c1ee07aa58d584ed9a1140fc609f (patch) | |
| tree | 65aa5d71a5e0c1968479f3f292818832ff03a1dc /src | |
| parent | 68330491f9a57af8b96421709bf1fc5c369e346a (diff) | |
| download | emacs-bc0ba0c24e22c1ee07aa58d584ed9a1140fc609f.tar.gz emacs-bc0ba0c24e22c1ee07aa58d584ed9a1140fc609f.zip | |
(x_create_tip_frame): Fix declaration after statement.
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 |