mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
gnuplot-ggi: A version of gnuplot that draws to the framebuffer via libggi
This commit is contained in:
12
gnuplot-ggi/patches/020-ggi-setmode.patch
Normal file
12
gnuplot-ggi/patches/020-ggi-setmode.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: gnuplot-4.4.0/term/ggi.trm
|
||||
===================================================================
|
||||
--- gnuplot-4.4.0.orig/term/ggi.trm 2011-01-04 21:47:00.000000000 +0100
|
||||
+++ gnuplot-4.4.0/term/ggi.trm 2011-01-04 21:47:45.000000000 +0100
|
||||
@@ -374,6 +374,7 @@
|
||||
/* user specified mode */
|
||||
if (!ggiParseMode(GGI_mode_spec, &mode)) {
|
||||
mode.frames = GGI_frames;
|
||||
+ ggiCheckMode(GGIvisual, &mode);
|
||||
if (!ggiSetMode(GGIvisual, &mode)) {
|
||||
success = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user