This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Date: Sun, 04 Jan 2009 20:53:30 +0100
From: Couriersud Subject: SDL1.3 DirectFB patches The attached contains the following directfb changes: - Dynamic loading of libdirectfb.so. This may to turned off as well in configure - Use linux-input by default. May be switched off by environment variable. - Added some code which will use directfb's x11 backend when DISPLAY is set.
- Loading branch information
Showing
with
97 additions
and 25 deletions.
- +10 −2 README.DirectFB
- +26 −2 configure.in
- +1 −0 include/SDL_config.h.in
- +8 −8 src/video/directfb/SDL_DirectFB_events.c
- +2 −2 src/video/directfb/SDL_DirectFB_mouse.c
- +4 −0 src/video/directfb/SDL_DirectFB_opengl.c
- +41 −7 src/video/directfb/SDL_DirectFB_video.c
- +5 −4 src/video/directfb/SDL_DirectFB_video.h