Difference for arch/linux/svgalib/event.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 3
 
Line 3
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   
 #include "vgakeyboard.h"  #include <vgakeyboard.h>
   #include <vgamouse.h>
   
 void key_handler(int scancode, int press);  void key_handler(int scancode, int press);
 //added on 10/17/98 by Hans de Goede for mouse functionality  //added on 10/17/98 by Hans de Goede for mouse functionality

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2