comparison src/video/fbcon/SDL_fbmatrox.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
24 /* Matrox hardware acceleration for the SDL framebuffer console driver */ 24 /* Matrox hardware acceleration for the SDL framebuffer console driver */
25 25
26 #include "SDL_fbvideo.h" 26 #include "SDL_fbvideo.h"
27 27
28 /* Set up the driver for Matrox acceleration */ 28 /* Set up the driver for Matrox acceleration */
29 extern void FB_MatroxAccel (_THIS, __u32 card); 29 extern void FB_MatroxAccel(_THIS, __u32 card);
30 /* vi: set ts=4 sw=4 expandtab: */ 30 /* vi: set ts=4 sw=4 expandtab: */