comparison src/video/directfb/SDL_DirectFB_video.c @ 1402:d910939febfa

Use consistent identifiers for the various platforms we support. Make sure every source file includes SDL_config.h, so the proper system headers are chosen.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Feb 2006 08:46:50 +0000
parents 19418e4422cb
children e20dcef5647c
comparison
equal deleted inserted replaced
1401:1819fd069e89 1402:d910939febfa
21 21
22 MGA CRTC2 support by Thomas Jarosch - tomj@simonv.com 22 MGA CRTC2 support by Thomas Jarosch - tomj@simonv.com
23 CRTC2 support is inspired by mplayer's dfbmga driver 23 CRTC2 support is inspired by mplayer's dfbmga driver
24 written by Ville Syrj��<syrjala@sci.fi> 24 written by Ville Syrj��<syrjala@sci.fi>
25 */ 25 */
26 #include "SDL_config.h"
26 27
27 /* DirectFB video driver implementation. 28 /* DirectFB video driver implementation.
28 */ 29 */
29 30
30 #include <fcntl.h> 31 #include <fcntl.h>