[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: i_vars.h
User: ahvezda
Date: 06/08/30 07:06:17
Modified: . i_vars.h prototype.h struct.h
Log:
Applied patch by Peter Brett to add a new print dialog to gschem. Patch#1530417
Revision Changes Path
1.4 +2 -0 eda/geda/gaf/libgeda/include/i_vars.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: i_vars.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/i_vars.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- i_vars.h 20 May 2006 19:02:31 -0000 1.3
+++ i_vars.h 30 Aug 2006 11:06:17 -0000 1.4
@@ -11,3 +11,5 @@
extern char *default_postscript_prolog;
extern char *default_always_promote_attributes;
+
+extern char *default_print_command;
1.105 +3 -1 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.104
retrieving revision 1.105
diff -u -b -r1.104 -r1.105
--- prototype.h 6 Aug 2006 16:45:31 -0000 1.104
+++ prototype.h 30 Aug 2006 11:06:17 -0000 1.105
@@ -25,7 +25,9 @@
int f_print_header(TOPLEVEL *w_current, FILE *fp, int paper_size_x, int paper_size_y);
void f_print_footer(FILE *fp);
void f_print_objects(TOPLEVEL *w_current, FILE *fp, OBJECT *head, int start_x, int start_y, float scale, int unicode_count, gunichar *unicode_table);
-int f_print(TOPLEVEL *w_current, const char *filename);
+int f_print_file (TOPLEVEL *w_current, const char *filename);
+int f_print_command (TOPLEVEL *w_current, const char *command);
+int f_print_stream(TOPLEVEL *w_current, FILE *fp);
void f_print_set_type(TOPLEVEL *w_current, int type);
int f_print_initialize_glyph_table(void);
1.88 +3 -4 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.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- struct.h 6 Aug 2006 19:23:20 -0000 1.87
+++ struct.h 30 Aug 2006 11:06:17 -0000 1.88
@@ -616,10 +616,6 @@
/* each of the different */
/* members of this array are */
- GtkWidget *pwindow; /* printing dialog box */
- GtkWidget *plib_list; /* paper size box */
- GtkWidget *pfilename_entry;
-
GtkWidget *iwindow; /* image write dialog box */
GtkWidget *ifilename_entry;
@@ -889,6 +885,9 @@
/* Controls the gain of the keyboard pan */
int keyboardpan_gain;
+ /* The command to send postscript to when printing */
+ char *print_command;
+
/* gnetlist specific */
int net_naming_priority;
int hierarchy_traversal;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs