Difference for arch/win32/mouse.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 19
 
Line 19
 * Functions to access Mouse and Cyberman...  * Functions to access Mouse and Cyberman...
 *   *
 * $Log$  * $Log$
   * Revision 1.4  1999/10/14 03:08:10  donut
   * changed exit to mprintf on unknown mouse event
   *
 * Revision 1.3  1999/10/09 05:03:57  donut  * Revision 1.3  1999/10/09 05:03:57  donut
 * fixed win32 exit on mouse move  * fixed win32 exit on mouse move
 *  *
Line 294
 
Line 297
  case DIMOFS_Z:   case DIMOFS_Z:
  break;//hm, handle this?   break;//hm, handle this?
  default:   default:
    mprintf((0,"unknown mouse event %i\n",iEvt));
 // exit (iEvt);//not happy.  // exit (iEvt);//not happy.
  break;   break;
  }   }

Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4