From: Andreas Schwab Date: Sat, 5 Jun 2004 15:40:29 +0000 (+0000) Subject: (x_create_tip_frame): Fix declaration after statement. X-Git-Tag: ttn-vms-21-2-B4~5929 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc0ba0c24e22c1ee07aa58d584ed9a1140fc609f;p=emacs.git (x_create_tip_frame): Fix declaration after statement. --- 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