emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macterm.c


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c
Date: Thu, 02 Sep 2004 13:13:22 -0400

Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.76 emacs/src/macterm.c:1.77
*** emacs/src/macterm.c:1.76    Mon Jul 19 04:42:42 2004
--- emacs/src/macterm.c Thu Sep  2 17:00:55 2004
***************
*** 1325,1330 ****
--- 1325,1334 ----
  x_update_end (f)
       struct frame *f;
  {
+   /* Mouse highlight may be displayed again.  */
+   FRAME_MAC_DISPLAY_INFO (f)->mouse_face_defer = 0;
+ 
+   BLOCK_INPUT;
    /* Reset the background color of Mac OS Window to that of the frame after
       update so that it is used by Mac Toolbox to clear the update region 
before
       an update event is generated.  */
***************
*** 1332,1341 ****
  
    mac_set_backcolor (FRAME_BACKGROUND_PIXEL (f));
  
-   /* Mouse highlight may be displayed again.  */
-   FRAME_MAC_DISPLAY_INFO (f)->mouse_face_defer = 0;
- 
-   BLOCK_INPUT;
    XFlush (FRAME_MAC_DISPLAY (f));
    UNBLOCK_INPUT;
  }
--- 1336,1341 ----
***************
*** 5123,5129 ****
    modified_left = f->left_pos;
    modified_top = f->top_pos;
  
!   MoveWindow (f->output_data.mac->mWP, modified_left + 6,
              modified_top + 42, false);
  
    UNBLOCK_INPUT;
--- 5123,5129 ----
    modified_left = f->left_pos;
    modified_top = f->top_pos;
  
!   MoveWindow (FRAME_MAC_WINDOW (f), modified_left + 6,
              modified_top + 42, false);
  
    UNBLOCK_INPUT;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]