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

gEDA-cvs: CVS update: prototype.h



  User: pcjc2   
  Date: 06/12/21 15:32:12

  Modified:    .        prototype.h
  Log:
  o_selection_select() and o_selection_unselect() are both low-level
  
  functions that should only be used internally to libgeda.
  
  
  
  This patch removes the use of the above functions from applications
  
  which use libgeda, and marks them as 'deprecated' in libgeda's
  
  prototype.h. Patch from Peter Brett.
  
  
  
  
  
  
  Revision  Changes    Path
  1.115     +2 -2      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.114
  retrieving revision 1.115
  diff -u -b -r1.114 -r1.115
  --- prototype.h	21 Dec 2006 20:09:47 -0000	1.114
  +++ prototype.h	21 Dec 2006 20:32:11 -0000	1.115
  @@ -435,8 +435,8 @@
   /* o_selection.c */
   void o_selection_add(GList **head, OBJECT *o_selected);
   void o_selection_print_all( GList *head );
  -void o_selection_select(OBJECT *object, int color);
  -void o_selection_unselect(OBJECT *object);
  +void o_selection_select(OBJECT *object, int color); // DEPRECATED
  +void o_selection_unselect(OBJECT *object);          // DEPRECATED
   void o_selection_remove(GList **head, OBJECT *o_selected);
   void o_selection_unselect_list(TOPLEVEL *w_current, GList **head);
   
  
  
  


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