[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: cnieves
Date: 05/04/20 11:50:16
Modified: . prototype.h
Log:
Added support for printing pictures to postscript.
Revision Changes Path
1.96 +4 -0 eda/geda/devel/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/devel/libgeda/include/prototype.h,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- prototype.h 6 Mar 2005 00:00:25 -0000 1.95
+++ prototype.h 20 Apr 2005 15:50:16 -0000 1.96
@@ -378,6 +378,10 @@
void o_picture_translate(TOPLEVEL *w_current, int dx, int dy, OBJECT *object);
void o_picture_translate_world(TOPLEVEL *w_current, int x1, int y1, OBJECT *object);
OBJECT *o_picture_copy(TOPLEVEL *w_current, OBJECT *list_tail, OBJECT *o_current);
+guint8 *o_picture_rgb_data(GdkPixbuf *image);
+guint8 *o_picture_mask_data(GdkPixbuf *image);
+void o_picture_print(TOPLEVEL *w_current, FILE *fp, OBJECT *o_current,
+ int origin_x, int origin_y);
#endif
/* o_pin_basic.c */