Changeset 3908

Show
Ignore:
Timestamp:
10/13/05 22:23:01 (3 years ago)
Author:
horiguti
Message:

Bug fix of show_or_hide_mouse_cursor.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/mw32term.c

    r3906 r3908  
    41904190{ 
    41914191  static unsigned int mouse_hide_timer = 0; 
    4192   SetCursor (FRAME_MW32_OUTPUT (XFRAME (selected_frame))->current_cursor); 
    41934192 
    41944193  if (mw32_inhibit_hide_mouse) 
     
    42174216    { 
    42184217    case WM_MOUSEMOVE: 
     4218      SetCursor (FRAME_MW32_OUTPUT (XFRAME (selected_frame))->current_cursor); 
     4219 
    42194220    case WM_NCMOUSEMOVE: 
    42204221      if (last_mouse_motion_message.lParam != msg.lParam)