diff 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
line wrap: on
line diff
--- a/src/video/fbcon/SDL_fbriva.h	Tue Jul 31 20:08:51 2001 +0000
+++ b/src/video/fbcon/SDL_fbriva.h	Wed Aug 01 03:23:40 2001 +0000
@@ -29,5 +29,12 @@
 
 #include "SDL_fbvideo.h"
 
+#ifndef FB_ACCEL_NV3
+#define FB_ACCEL_NV3	27
+#endif
+#ifndef FB_ACCEL_NV4
+#define FB_ACCEL_NV4	28
+#endif
+
 /* Set up the driver for Riva acceleration */
 extern void FB_RivaAccel(_THIS, __u32 card);