updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / algol68g / plotutils-filldefault.patch
blob6b8000ce683c7d7b0e97984ba387682cbf36c581
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
3 @@ -969,7 +969,7 @@
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;
12 @@ -1031,7 +1031,7 @@
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;
21 @@ -1092,7 +1092,7 @@
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;
30 @@ -1142,7 +1142,7 @@
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;