From: Albert H. <he...@us...> - 2005-11-10 23:29:53
|
Update of /cvsroot/gc-linux/linux/arch/ppc/platforms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21887/arch/ppc/platforms Modified Files: gcn-con.c Log Message: Compile fix. Index: gcn-con.c =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/platforms/gcn-con.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gcn-con.c 6 Jan 2005 19:59:56 -0000 1.3 +++ gcn-con.c 10 Nov 2005 23:29:42 -0000 1.4 @@ -20,9 +20,6 @@ #include "gamecube.h" -extern struct font_desc font_vga_8x16; - - #define FONT_XSIZE 8 #define FONT_YSIZE 16 #define FONT_XFACTOR 1 @@ -37,7 +34,7 @@ unsigned char *framebuffer; int xres, yres, stride; - unsigned char *font; + const unsigned char *font; int cursor_x, cursor_y; int foreground, background; |