Changeset 3375
- Timestamp:
- 2004年07月25日 08時13分26秒 (4 years ago)
- Files:
-
- branches/2.1/src/ChangeLog.Meadow (modified) (1 diff)
- branches/2.1/src/mw32term.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/src/ChangeLog.Meadow
r3370 r3375 1 2004-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 1 6 2004-07-24 MIYOSHI Masanori <miyoshi@meadowy.org> 2 7 branches/2.1/src/mw32term.c
r3360 r3375 874 874 { 875 875 BLOCK_INPUT; 876 W32_BLOCK_INPUT; 876 877 if (dpyinfo->mouse_face_mouse_frame) 877 878 note_mouse_highlight (dpyinfo->mouse_face_mouse_frame, … … 879 880 dpyinfo->mouse_face_mouse_y); 880 881 dpyinfo->mouse_face_deferred_gc = 0; 882 W32_UNBLOCK_INPUT; 881 883 UNBLOCK_INPUT; 882 884 }
