[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: funcs.h
User: pcjc2
Date: 07/02/11 18:59:03
Modified: . Tag: noscreen funcs.h prototype.h struct.h
Log:
Sync with trunc
Revision Changes Path
No revision
No revision
1.7.6.1 +0 -1 eda/geda/gaf/libgeda/include/funcs.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: funcs.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/funcs.h,v
retrieving revision 1.7
retrieving revision 1.7.6.1
diff -u -b -r1.7 -r1.7.6.1
--- funcs.h 27 Nov 2005 00:15:05 -0000 1.7
+++ funcs.h 11 Feb 2007 23:59:02 -0000 1.7.6.1
@@ -12,7 +12,6 @@
extern void (*pin_conn_recalc_func)();
extern void (*net_conn_recalc_func)();
extern void (*x_log_update_func)();
-extern void (*quit_func)();
extern void (*variable_set_func)();
extern char * (*ps_color_string)();
extern int (*image_color_int)();
1.116.2.6 +6 -2 eda/geda/gaf/libgeda/include/prototype.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: prototype.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/prototype.h,v
retrieving revision 1.116.2.5
retrieving revision 1.116.2.6
diff -u -b -r1.116.2.5 -r1.116.2.6
--- prototype.h 30 Dec 2006 14:57:52 -0000 1.116.2.5
+++ prototype.h 11 Feb 2007 23:59:02 -0000 1.116.2.6
@@ -312,6 +312,10 @@
OBJECT *o_complex_return_pin_object(OBJECT *object, char *pin);
void o_complex_check_symversion(TOPLEVEL* w_current, OBJECT* object);
+/* o_embed.c */
+void o_embed(TOPLEVEL *w_current, OBJECT *o_current);
+void o_unembed(TOPLEVEL *w_current, OBJECT *o_current);
+
/* o_image.c */
void o_image_init(void);
void o_image_create(int x, int y, int color_mode);
@@ -411,8 +415,8 @@
/* o_selection.c */
void o_selection_add(GList **head, OBJECT *o_selected);
void o_selection_print_all(const GList **head);
-void o_selection_select(OBJECT *object, int color); // DEPRECATED
-void o_selection_unselect(OBJECT *object); // DEPRECATED
+void o_selection_select(OBJECT *object, int color); /* DEPRECATED */
+void o_selection_unselect(OBJECT *object); /* DEPRECATED */
void o_selection_remove(GList **head, OBJECT *o_selected);
void o_selection_unselect_list(TOPLEVEL *w_current, GList **head);
1.98.2.1 +3 -0 eda/geda/gaf/libgeda/include/struct.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: struct.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/struct.h,v
retrieving revision 1.98
retrieving revision 1.98.2.1
diff -u -b -r1.98 -r1.98.2.1
--- struct.h 17 Dec 2006 04:14:07 -0000 1.98
+++ struct.h 11 Feb 2007 23:59:02 -0000 1.98.2.1
@@ -705,6 +705,9 @@
/* The name of the prolog file to paste into the Postscript output */
char *postscript_prolog;
+ /* Use this as a scaling factor for the output font */
+ float postscript_font_scale;
+
/* color of the stroke points */
int stroke_color;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs