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

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



The branch, master has been updated
       via  db8eb1a6f73366ac920f19dc25f98c7196a97016 (commit)
      from  53241f7333d8930f633322b8521aefb88ae689f6 (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/gtk/gtkhid-gdk.c |    2 +-
 src/hid/gtk/gtkhid-gl.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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

commit db8eb1a6f73366ac920f19dc25f98c7196a97016
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Convert line width to Coord units in renderer GC structs.

:100644 100644 c38cbc5... c04f975... M	src/hid/gtk/gtkhid-gdk.c
:100644 100644 95ab93d... 23fa8c6... M	src/hid/gtk/gtkhid-gl.c

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

commit db8eb1a6f73366ac920f19dc25f98c7196a97016
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Convert line width to Coord units in renderer GC structs.

diff --git a/src/hid/gtk/gtkhid-gdk.c b/src/hid/gtk/gtkhid-gdk.c
index c38cbc5..c04f975 100644
--- a/src/hid/gtk/gtkhid-gdk.c
+++ b/src/hid/gtk/gtkhid-gdk.c
@@ -57,7 +57,7 @@ typedef struct hid_gc_struct
   GdkGC *gc;
 
   gchar *colorname;
-  gint width;
+  Coord width;
   gint cap, join;
   gchar xor_mask;
   gint mask_seq;
diff --git a/src/hid/gtk/gtkhid-gl.c b/src/hid/gtk/gtkhid-gl.c
index 95ab93d..23fa8c6 100644
--- a/src/hid/gtk/gtkhid-gl.c
+++ b/src/hid/gtk/gtkhid-gl.c
@@ -65,7 +65,7 @@ typedef struct hid_gc_struct
 
   const char *colorname;
   double alpha_mult;
-  gint width;
+  Coord width;
   gint cap, join;
   gchar xor;
 }




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