From 2702dee5a72d5e54b024ca1f3e5fc7a227e6db21 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Mon, 27 Jan 2003 20:29:17 -0800 Subject: [RADEON FBDEV] Add cursor support. Now the cursor is back. [RIVA FBDEV] Added support for interlace mode and are now using TRUECOLOR instead of DIRECTCOLOR. Setting the graphics card in DIRECTCOLOR confusses the X server. --- include/linux/fb.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/linux/fb.h b/include/linux/fb.h index d2c6eddda17b..b71f4c6b18b2 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -394,9 +394,7 @@ struct fb_info { char *screen_base; /* Virtual address */ struct vc_data *display_fg; /* Console visible on this display */ int currcon; /* Current VC. */ - void *pseudo_palette; /* Fake palette of 16 colors and - the cursor's color for non - palette mode */ + void *pseudo_palette; /* Fake palette of 16 colors */ /* From here on everything is device dependent */ void *par; }; -- cgit v1.2.3