Changeset 3519
- Timestamp:
- 10/20/04 12:42:00 (4 years ago)
- Files:
-
- branches/2.1/src/ChangeLog.Meadow (modified) (1 diff)
- branches/2.1/src/mw32term.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/src/ChangeLog.Meadow
r3494 r3519 1 2004-10-20 Kyotaro HORIGUCHI <horiguti@meadowy.org> 2 3 * mw32term.c (mw32_message_loop<WM_MOUSEMOVE>): Confirm 4 last_mouse_motion_frame is not nil before doing XSETFRAME. 5 1 6 2004-10-09 MIYOSHI Masanori <miyoshi@meadowy.org> 2 7 branches/2.1/src/mw32term.c
r3494 r3519 8809 8809 8810 8810 update_mouse_cursor (dpyinfo, msg); 8811 if ( f)8811 if (!NILP (last_mouse_motion_frame) && f) 8812 8812 { 8813 8813 XSETFRAME (last_mouse_motion_frame, f);
