summaryrefslogtreecommitdiff
path: root/atari/plot/plotter_vdi.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-05-09 22:08:34 +0000
committerOle Loots <ole@monochrom.net>2011-05-09 22:08:34 +0000
commit2f40a85b67a8257d991e2538f568ba8b41d9e175 (patch)
tree1773826c861ef285cb82e816ff2b365b421d8acc /atari/plot/plotter_vdi.c
parentb046d77f3f1ba4e3f7a6f9e1aa4afb01ce60eb74 (diff)
downloadnetsurf-2f40a85b67a8257d991e2538f568ba8b41d9e175.tar.gz
netsurf-2f40a85b67a8257d991e2538f568ba8b41d9e175.tar.bz2
fixed call parameters for vdi_clip.
svn path=/trunk/netsurf/; revision=12358
Diffstat (limited to 'atari/plot/plotter_vdi.c')
-rwxr-xr-xatari/plot/plotter_vdi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/atari/plot/plotter_vdi.c b/atari/plot/plotter_vdi.c
index 819e9c593..52af1340c 100755
--- a/atari/plot/plotter_vdi.c
+++ b/atari/plot/plotter_vdi.c
@@ -601,7 +601,6 @@ static int polygon(GEM_PLOTTER self,const int *p, unsigned int n, const plot_st
else
assert( n < vdi_sysinfo.maxintin );
*/
- /* test this: */
plotter_vdi_clip( self, 1);
vsf_interior( self->vdi_handle, FIS_SOLID );
vsf_style( self->vdi_handle, 1);