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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c [lexbind]
Date: Sat, 04 Sep 2004 05:39:55 -0400

Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.3.2.18 emacs/src/macterm.c:1.3.2.19
*** emacs/src/macterm.c:1.3.2.18        Fri Jul 23 04:42:23 2004
--- emacs/src/macterm.c Sat Sep  4 09:28:15 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]