From: James S. <jsi...@us...> - 2001-11-25 05:16:49
|
Update of /cvsroot/linuxconsole/ruby/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv7043 Modified Files: fb.h Log Message: Reverse getcolreg change. We don't need it. Index: fb.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/fb.h,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- fb.h 2001/11/25 04:44:16 1.44 +++ fb.h 2001/11/25 05:16:47 1.45 @@ -332,9 +332,6 @@ int (*fb_set_par)(struct fb_info *info); /* cursor control */ int (*fb_cursor)(struct fb_info *info, struct fbcursor *cursor); - /* get color register */ - int (*fb_getcolreg)(unsigned regno, unsigned *reg, unsigned *green, - unsigned *blue, unsigned *transp, struct fb_info *info); /* set color register */ int (*fb_setcolreg)(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info); |