Changeset 3519

Show
Ignore:
Timestamp:
10/20/04 12:42:00 (4 years ago)
Author:
horiguti
Message:

XSETFRAME(nil) crashed nil's property.
* mw32term.c (mw32_message_loop<WM_MOUSEMOVE>): Confirm
last_mouse_motion_frame is not nil before doing XSETFRAME.

Files:

Legend:

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

    r3494 r3519  
     12004-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 
    162004-10-09  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • branches/2.1/src/mw32term.c

    r3494 r3519  
    88098809 
    88108810          update_mouse_cursor (dpyinfo, msg); 
    8811           if (f) 
     8811          if (!NILP (last_mouse_motion_frame) && f) 
    88128812            { 
    88138813              XSETFRAME (last_mouse_motion_frame, f);