From bc0ba0c24e22c1ee07aa58d584ed9a1140fc609f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 5 Jun 2004 15:40:29 +0000 Subject: [PATCH] (x_create_tip_frame): Fix declaration after statement. --- src/macfns.c | 4 ++-- 1 file 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 @@ /* 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 @@ x_create_tip_frame (dpyinfo, parms, text) window_prompting = x_figure_window_size (f, parms, 0); { - BLOCK_INPUT; Rect r; + BLOCK_INPUT; SetRect (&r, 0, 0, 1, 1); if (CreateNewWindow (kHelpWindowClass, kWindowNoActivatesAttribute -- 2.39.5