Mercurial > sdl-ios-xcode
comparison src/video/svga/SDL_svgaevents.c @ 75:b0ae59d0f3ee
Added patches from FreeBSD ports
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Tue, 19 Jun 2001 13:33:54 +0000 |
parents | 74212992fb08 |
children | e8157fcb3114 |
comparison
equal
deleted
inserted
replaced
74:6e28dae59e3b | 75:b0ae59d0f3ee |
---|---|
26 #endif | 26 #endif |
27 | 27 |
28 /* Handle the event stream, converting X11 events into SDL events */ | 28 /* Handle the event stream, converting X11 events into SDL events */ |
29 | 29 |
30 #include <stdio.h> | 30 #include <stdio.h> |
31 #include <stdlib.h> | |
31 | 32 |
32 #include <vga.h> | 33 #include <vga.h> |
33 #include <vgamouse.h> | 34 #include <vgamouse.h> |
34 #include <vgakeyboard.h> | 35 #include <vgakeyboard.h> |
35 #if defined(linux) | 36 #if defined(linux) |