]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/scrolling-area.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / opensimpad-2.4.25-vrs2-pxa1-jpm1 / scrolling-area.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux-2.4.25/drivers/video/fbcon.c~scrolling-area.patch     2003-08-25 13:44:42.000000000 +0200
7 +++ linux-2.4.25/drivers/video/fbcon.c  2004-03-31 17:15:13.000000000 +0200
8 @@ -110,8 +110,8 @@
9  #  define DPRINTK(fmt, args...)
10  #endif
11  
12 -#define LOGO_H                 80
13 -#define LOGO_W                 80
14 +#define LOGO_H                 400
15 +#define LOGO_W                 800
16  #define LOGO_LINE      (LOGO_W/8)
17  
18  struct display fb_display[MAX_NR_CONSOLES];