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

gEDA-cvs: CVS update: globals.c



  User: cnieves 
  Date: 05/02/19 18:26:56

  Modified:    .        globals.c
  Log:
  Added support for pictures within schematics and symbols.
  
  
  
  
  
  
  Revision  Changes    Path
  1.3       +1 -0      eda/geda/devel/gattrib/src/globals.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: globals.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/src/globals.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- globals.c	5 Feb 2005 16:03:53 -0000	1.2
  +++ globals.c	19 Feb 2005 23:26:56 -0000	1.3
  @@ -51,6 +51,7 @@
    * for gattrib -- no drawing is done. */
   void (*arc_draw_func)() = NULL;
   void (*box_draw_func)() = NULL;
  +void (*picture_draw_func)() = o_picture_recalc;
   void (*circle_draw_func)() = NULL;
   void (*complex_draw_func)() = NULL;
   void (*line_draw_func)() = NULL;