# HG changeset patch # User Andreas Schwab # Date 1086450029 0 # Node ID db08d767c413f60a79d19e3110033d0392cc101a # Parent 2c134d0cfa91af53310a79c2434ad135a0d0f24f (x_create_tip_frame): Fix declaration after statement. diff -r 2c134d0cfa91 -r db08d767c413 src/macfns.c --- a/src/macfns.c Sat Jun 05 10:24:42 2004 +0000 +++ b/src/macfns.c Sat Jun 05 15:40:29 2004 +0000 @@ -1,5 +1,5 @@ /* Graphical user interface functions for Mac OS. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -3803,9 +3803,9 @@ window_prompting = x_figure_window_size (f, parms, 0); { + Rect r; + BLOCK_INPUT; - Rect r; - SetRect (&r, 0, 0, 1, 1); if (CreateNewWindow (kHelpWindowClass, kWindowNoActivatesAttribute