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

gEDA-cvs: CVS update: o_types.h



  User: cnieves 
  Date: 07/04/05 18:57:49

  Modified:    .        o_types.h prototype.h
  Log:
  Register the OBJ_* object type definitions as scheme character variables.
  
  * include/o_types.h, include/prototype.h, src/g_register.c, 
  
    src/libgeda.c : 
  
    Register the OBJ_* object type definitions as scheme character 
  
    variables.
  
  
  
  
  Revision  Changes    Path
  1.9       +3 -1      eda/geda/gaf/libgeda/include/o_types.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: o_types.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/include/o_types.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- o_types.h	19 Feb 2005 23:27:30 -0000	1.8
  +++ o_types.h	5 Apr 2007 22:57:49 -0000	1.9
  @@ -21,7 +21,9 @@
   #define _O_TYPES_H_INCL
   
   /* Object types */
  -
  +/* Object types are also available in scheme */
  +/* If there is any addition, add them also in g_register.c 
  +   (function g_register_libgeda_vars) */
   #define OBJ_HEAD       	-1 
   #define OBJ_LINE        'L'
   #define OBJ_BOX         'B'
  
  
  
  1.123     +1 -0      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.122
  retrieving revision 1.123
  diff -u -b -r1.122 -r1.123
  --- prototype.h	5 Apr 2007 16:02:07 -0000	1.122
  +++ prototype.h	5 Apr 2007 22:57:49 -0000	1.123
  @@ -64,6 +64,7 @@
   
   /* g_register.c */
   void g_register_libgeda_funcs(void);
  +void g_register_libgeda_vars (void);
   
   /* g_smob.c */
   SCM g_make_attrib_smob(TOPLEVEL *curr_w, ATTRIB *curr_attr);
  
  
  


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