Changeset 3375

Show
Ignore:
Timestamp:
2004年07月25日 08時13分26秒 (4 years ago)
Author:
miyoshi
Message:

(MW32_frame_up_to_date): Block other threads in the
process of mouse hightlighting.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.1/src/ChangeLog.Meadow

    r3370 r3375  
     12004-07-25  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * mw32term.c (MW32_frame_up_to_date): Block other threads in the 
     4        process of mouse hightlighting. 
     5 
    162004-07-24  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • branches/2.1/src/mw32term.c

    r3360 r3375  
    874874        { 
    875875          BLOCK_INPUT; 
     876          W32_BLOCK_INPUT; 
    876877          if (dpyinfo->mouse_face_mouse_frame) 
    877878            note_mouse_highlight (dpyinfo->mouse_face_mouse_frame, 
     
    879880                                  dpyinfo->mouse_face_mouse_y); 
    880881          dpyinfo->mouse_face_deferred_gc = 0; 
     882          W32_UNBLOCK_INPUT; 
    881883          UNBLOCK_INPUT; 
    882884        }