diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-06-11 14:36:43 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-06-11 14:36:43 +0000 |
commit | c5a61d17398236bd003dba2e7154da56adf3e999 (patch) | |
tree | e301e4400871032cc829a934f9c4e794f390975f /graphics/Cgraph/files | |
parent | Remove unused variables. (diff) |
Fix this port build & library linking.
Submitted by: Meikel Brandmeyer <Brandels_Mikesh@web.de>
Diffstat (limited to 'graphics/Cgraph/files')
-rw-r--r-- | graphics/Cgraph/files/patch-grset.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/Cgraph/files/patch-grset.c b/graphics/Cgraph/files/patch-grset.c new file mode 100644 index 000000000000..eafc43f7ff74 --- /dev/null +++ b/graphics/Cgraph/files/patch-grset.c @@ -0,0 +1,17 @@ +--- grset.c.orig Mon Jun 9 16:56:08 2003 ++++ grset.c Mon Jun 9 16:56:22 2003 +@@ -14,10 +14,10 @@ + + int cg_reset(void) + { +- lw_aorigin(-cgxorig,-cgyorig); /* Go to the bottom left corner of the page */ +- lw_linewidth(1.0); +- lw_gray(0.0); +- lw_dash(0,0.); ++ cg_aorigin(-cgxorig,-cgyorig); /* Go to the bottom left corner of the page */ ++ cg_linewidth(1.0); ++ cg_gray(0.0); ++ cg_dash(0,0.); + return(0); + } + |