aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-27 19:22:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-27 19:22:03 +0000
commite219727201eb734fce9ece955a8556c4a4002b48 (patch)
treeb5efb253f87847545d17155b8fa07c4a7d57a85f /devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c
parent7e2cf32be971d30567907db7210f71489b200eda (diff)
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 ;).
Diffstat (limited to 'devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c')
-rw-r--r--devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c b/devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c
new file mode 100644
index 000000000000..0951242378f6
--- /dev/null
+++ b/devel/sdl-devel/files/patch-src_video_x11_SDL__x11events.c
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- src/video/x11/SDL_x11events.c 2001/01/27 17:49:30 1.1
++++ src/video/x11/SDL_x11events.c 2001/01/27 17:49:54
+@@ -35,7 +35,9 @@
+ #ifdef __SVR4
+ #include <X11/Sunkeysym.h>
+ #endif
++#include <sys/types.h>
+ #include <sys/time.h>
++#include <unistd.h>
+
+ #include "SDL.h"
+ #include "SDL_syswm.h"