mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 19:47:34 +02:00
ac7a991ae2
Try the svgalib-demo programs: vgatest, speedtest etc. seem to work.
14 lines
429 B
Diff
14 lines
429 B
Diff
Index: svgalib-1.4.3/src/vgamisc.c
|
|
===================================================================
|
|
--- svgalib-1.4.3.orig/src/vgamisc.c 2011-01-06 12:21:30.000000000 +0100
|
|
+++ svgalib-1.4.3/src/vgamisc.c 2011-01-06 12:22:08.000000000 +0100
|
|
@@ -47,7 +47,7 @@
|
|
}
|
|
|
|
#ifndef BACKGROUND
|
|
-static void *__svgalib_linearframebuffer;
|
|
+void *__svgalib_linearframebuffer;
|
|
#endif
|
|
#ifdef BACKGROUND
|
|
void *__svgalib_linearframebuffer;
|