Mercurial > sdl-ios-xcode
comparison src/video/fbcon/SDL_fbriva.h @ 134:f1550e1c4916
Fix compile riva fb problem on older kernels
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 01 Aug 2001 03:23:40 +0000 |
parents | 5d4bafca35cd |
children | e8157fcb3114 |
comparison
equal
deleted
inserted
replaced
133:5d4bafca35cd | 134:f1550e1c4916 |
---|---|
27 | 27 |
28 /* Riva hardware acceleration for the SDL framebuffer console driver */ | 28 /* Riva hardware acceleration for the SDL framebuffer console driver */ |
29 | 29 |
30 #include "SDL_fbvideo.h" | 30 #include "SDL_fbvideo.h" |
31 | 31 |
32 #ifndef FB_ACCEL_NV3 | |
33 #define FB_ACCEL_NV3 27 | |
34 #endif | |
35 #ifndef FB_ACCEL_NV4 | |
36 #define FB_ACCEL_NV4 28 | |
37 #endif | |
38 | |
32 /* Set up the driver for Riva acceleration */ | 39 /* Set up the driver for Riva acceleration */ |
33 extern void FB_RivaAccel(_THIS, __u32 card); | 40 extern void FB_RivaAccel(_THIS, __u32 card); |