
18 Dec
2011
18 Dec
'11
7:57 p.m.
On Saturday 17 December 2011 12:03:09 Pali Rohár wrote:
--- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c
+static void console_swap_colors(void) +{
- eorx = fgx;
- fgx = bgx;
- bgx = eorx;
- eorx = fgx ^ bgx;
+}
there's nothing calling this new func in this patch ... -mike