From: James S. <jsi...@tr...> - 2001-11-25 05:06:39
|
> fbcmap.c > Log Message: > Add an fb_getcolreg to the fb_ops.. call it from within the get_cmap(). Its not needed. Remember a color map is stored in struct fb_info. So we just move data to/from the color map in struct fb_info from/to userland. So we don't need a getcolreg function. I will reverse the change. |