]> code.delx.au - gnu-emacs/commitdiff
(x_create_tip_frame): Fix declaration after statement.
authorAndreas Schwab <schwab@suse.de>
Sat, 5 Jun 2004 15:40:29 +0000 (15:40 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 5 Jun 2004 15:40:29 +0000 (15:40 +0000)
src/macfns.c

index 4147325c288ce82beb8ac95eac01fd205bc457b5..92d729248c9f5679e4e2fc0748e49d8d045bae53 100644 (file)
@@ -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