summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h')
-rw-r--r--xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h b/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h
index 6a5a6e81b..3ec672636 100644
--- a/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h
+++ b/xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h,v 1.6 2000/04/04 19:25:15 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/rendition/rendition.h,v 1.7 2001/05/16 06:48:10 keithp Exp $ */
#ifndef __RENDITION_H__
#define __RENDITION_H__
@@ -51,21 +51,9 @@
/* Needed for replacement LoadPalette function for Gamma Correction */
#include "xf86cmap.h"
-/* Needed for the 1 and 4 bpp framebuffers */
-#include "xf1bpp.h"
-#include "xf4bpp.h"
+/* Drivers using fb need this */
-/* Drivers using cfb need this */
-
-#undef PSZ
-#define PSZ 8
-#include "cfb.h"
-#undef PSZ
-
-/* Drivers supporting bpp 16, 24 or 32 with cfb need these */
-
-#include "cfb16.h"
-#include "cfb32.h"
+#include "fb.h"
/* Drivers using the XAA interface ... */
#include "xaa.h"