[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (b30e524e5ef574befa1fa538333aa739271b4e14)



The branch, master has been updated
       via  b30e524e5ef574befa1fa538333aa739271b4e14 (commit)
      from  19353b04323b05598f6fac808a08c97771727395 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/common/draw_helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit b30e524e5ef574befa1fa538333aa739271b4e14
Author: Peter Clifton <peter@xxxxxxxxxxxxxxxxxxxxxxxxx>
Commit: Peter Clifton <peter@xxxxxxxxxxxxxxxxxxxxxxxxx>

    hid/common/draw_helpers.c: Fix prototype to draw_octagon_poly()
    
    The thin_draw parameter is a bool, not a Coord.

:100644 100644 03e82d8... 46d3822... M	src/hid/common/draw_helpers.c

=========
 Changes
=========

commit b30e524e5ef574befa1fa538333aa739271b4e14
Author: Peter Clifton <peter@xxxxxxxxxxxxxxxxxxxxxxxxx>
Commit: Peter Clifton <peter@xxxxxxxxxxxxxxxxxxxxxxxxx>

    hid/common/draw_helpers.c: Fix prototype to draw_octagon_poly()
    
    The thin_draw parameter is a bool, not a Coord.

diff --git a/src/hid/common/draw_helpers.c b/src/hid/common/draw_helpers.c
index 03e82d8..46d3822 100644
--- a/src/hid/common/draw_helpers.c
+++ b/src/hid/common/draw_helpers.c
@@ -321,7 +321,7 @@ FloatPolyType;
 
 static void
 draw_octagon_poly (hidGC gc, Coord X, Coord Y,
-                   Coord Thickness, Coord thin_draw)
+                   Coord Thickness, bool thin_draw)
 {
   static FloatPolyType p[8] = {
     { 0.5,               -TAN_22_5_DEGREE_2},




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs