freebsd-ports/devel/sdl12/files/patch-src_video_svga_SDL__svgaevents.c
Maxim Sobolev e219727201 Make vgl driver working OOB without the need to use custom patched version
of libvgl. I abadoned my previous plans to get my extentions into the base
system because it seems that libvgl is at the end of its lifecycle and will
be replaced by more generic and better solution (probably kgi/ggi), at least
nsouch is actively working in this drection now. In the meantime, those
lucky with VESA 2.0 compatible videocards would be able to play quakeforge
or any other SDL-based games straight on their FreeBSD consoles ;).
2001-01-27 19:22:03 +00:00

13 lines
302 B
C

$FreeBSD$
--- src/video/svga/SDL_svgaevents.c 2001/01/27 17:53:11 1.1
+++ src/video/svga/SDL_svgaevents.c 2001/01/27 17:53:58
@@ -28,6 +28,7 @@
/* Handle the event stream, converting X11 events into SDL events */
#include <stdio.h>
+#include <stdlib.h>
#include <vga.h>
#include <vgamouse.h>