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

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



The branch, master has been updated
       via  125e1d58aa82a52777fab7153426ab66c6c9fda7 (commit)
       via  a1d1e997090de7d0c8c39a892e4025fd34e1d876 (commit)
      from  1ecad8ef9ef72a04c7eaa238748c80b1957bda6c (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/fontmode.c    |    1 +
 src/hid/gtk/gui.h |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)


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

commit 125e1d58aa82a52777fab7153426ab66c6c9fda7
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: crosshair_{x,y} should be Coord, not int.

:100644 100644 6fe3a04... c3f00a3... M	src/hid/gtk/gui.h

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

    fontmode.c: Add missing #include "pcb-printf.h"

:100644 100644 985a38f... dd64f63... M	src/fontmode.c

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

commit 125e1d58aa82a52777fab7153426ab66c6c9fda7
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: crosshair_{x,y} should be Coord, not int.

diff --git a/src/hid/gtk/gui.h b/src/hid/gtk/gui.h
index 6fe3a04..c3f00a3 100644
--- a/src/hid/gtk/gui.h
+++ b/src/hid/gtk/gui.h
@@ -176,8 +176,7 @@ typedef struct
   /* Viewport in PCB coordinates */
   Coord view_x0, view_y0, view_width, view_height;
   Coord pcb_x, pcb_y;
-
-  gint crosshair_x, crosshair_y;
+  Coord crosshair_x, crosshair_y;
 }
 GHidPort;
 

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

    fontmode.c: Add missing #include "pcb-printf.h"

diff --git a/src/fontmode.c b/src/fontmode.c
index 985a38f..dd64f63 100644
--- a/src/fontmode.c
+++ b/src/fontmode.c
@@ -46,6 +46,7 @@
 #include "rtree.h"
 #include "strflags.h"
 #include "undo.h"
+#include "pcb-printf.h"
 
 #ifdef HAVE_LIBDMALLOC
 #include <dmalloc.h>




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