diff options
| author | James Simmons <jsimmons@maxwell.earthlink.net> | 2003-01-27 20:29:17 -0800 |
|---|---|---|
| committer | James Simmons <jsimmons@maxwell.earthlink.net> | 2003-01-27 20:29:17 -0800 |
| commit | 2702dee5a72d5e54b024ca1f3e5fc7a227e6db21 (patch) | |
| tree | a636c7f2d95bcf87aee01d95a068249ac9c2af07 /include/linux/fb.h | |
| parent | 848b9f424beb28f9cdc51cb6644a21a02f9d4fca (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.h | 4 |
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; }; |
