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

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 07/06/09 10:59:02

  Modified:    .        prototype.h
  Log:
  Added EPS support.
  
  
  
  Applied patch #1713747 (with minor tweaks) from Wojciech Kazubski 
  
  adding support for EPS when writing an image. Thanks.
  
  
  
  
  Revision  Changes    Path
  1.133                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.132
  retrieving revision 1.133
  diff -u -b -r1.132 -r1.133
  --- prototype.h	28 May 2007 07:56:47 -0000	1.132
  +++ prototype.h	9 Jun 2007 14:59:02 -0000	1.133
  @@ -23,7 +23,7 @@
   /* f_print.c */
   void f_print_set_line_width(FILE *fp, int width);
   void f_print_set_color(FILE *fp, int color);
  -int f_print_header(TOPLEVEL *w_current, FILE *fp, int paper_size_x, int paper_size_y);
  +int f_print_header(TOPLEVEL *w_current, FILE *fp, int paper_size_x, int paper_size_y, int eps);
   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_file (TOPLEVEL *w_current, const char *filename);
  
  
  


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