summaryrefslogtreecommitdiff
path: root/include/linux/fb.h
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@maxwell.earthlink.net>2003-01-27 20:29:17 -0800
committerJames Simmons <jsimmons@maxwell.earthlink.net>2003-01-27 20:29:17 -0800
commit2702dee5a72d5e54b024ca1f3e5fc7a227e6db21 (patch)
treea636c7f2d95bcf87aee01d95a068249ac9c2af07 /include/linux/fb.h
parent848b9f424beb28f9cdc51cb6644a21a02f9d4fca (diff)
[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.
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r--include/linux/fb.h4
1 files changed, 1 insertions, 3 deletions
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;
};