1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 04:15:07 +03:00
openwrt-packages/svgalib/patches/070-no-background-fix.patch
David Kühling ac7a991ae2 Port of SVGAlib; patched to only use the linux frame buffer
Try the svgalib-demo programs: vgatest, speedtest etc. seem to work.
2011-01-06 14:42:56 +01:00

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;