1 --- ./source/plotutils.c.~1~ 2009-04-26 22:42:10.000000000 +0200
2 +++ ./source/plotutils.c 2009-08-06 08:11:22.000000000 +0200
4 (void) pl_colorname_r (f->device.plotter, "white");
5 (void) pl_pencolorname_r (f->device.plotter, "white");
6 (void) pl_fillcolorname_r (f->device.plotter, "white");
7 - (void) pl_filltype_r (f->device.plotter, 1);
8 + (void) pl_filltype_r (f->device.plotter, 0);
9 f->draw_mood = A68_TRUE;
10 f->device.device_opened = A68_TRUE;
11 f->device.x_coord = 0;
13 (void) pl_colorname_r (f->device.plotter, "white");
14 (void) pl_pencolorname_r (f->device.plotter, "white");
15 (void) pl_fillcolorname_r (f->device.plotter, "white");
16 - (void) pl_filltype_r (f->device.plotter, 1);
17 + (void) pl_filltype_r (f->device.plotter, 0);
18 f->draw_mood = A68_TRUE;
19 f->device.device_opened = A68_TRUE;
20 f->device.x_coord = 0;
22 (void) pl_colorname_r (f->device.plotter, "white");
23 (void) pl_pencolorname_r (f->device.plotter, "white");
24 (void) pl_fillcolorname_r (f->device.plotter, "white");
25 - (void) pl_filltype_r (f->device.plotter, 1);
26 + (void) pl_filltype_r (f->device.plotter, 0);
27 f->draw_mood = A68_TRUE;
28 f->device.device_opened = A68_TRUE;
29 f->device.x_coord = 0;
31 (void) pl_colorname_r (f->device.plotter, "white");
32 (void) pl_pencolorname_r (f->device.plotter, "white");
33 (void) pl_fillcolorname_r (f->device.plotter, "white");
34 - (void) pl_filltype_r (f->device.plotter, 1);
35 + (void) pl_filltype_r (f->device.plotter, 0);
36 f->draw_mood = A68_TRUE;
37 f->device.device_opened = A68_TRUE;
38 f->device.x_coord = 0;