Difference for arch/sdl/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 "SDL.h"  #include <SDL/SDL.h>
   
 extern void key_handler(SDL_KeyboardEvent *event);  extern void key_handler(SDL_KeyboardEvent *event);
 //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