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

gEDA-cvs: CVS update: prototype.h



  User: pcjc2   
  Date: 06/12/27 14:56:42

  Modified:    .        Tag: noscreen prototype.h
  Log:
  * include/prototype.h, src/i_callbacks.c, src/o_complex.c,
  
    src/o_misc.c, src/x_event.c: Made o_complex_rotate().
  
    into o_complex_rotate_world(), made o_rotate_90() into
  
    o_rotate_90_world(), and converted usage as appropriate.
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.153.2.4 +3 -3      eda/geda/gaf/gschem/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/gschem/include/prototype.h,v
  retrieving revision 1.153.2.3
  retrieving revision 1.153.2.4
  diff -u -b -r1.153.2.3 -r1.153.2.4
  --- prototype.h	27 Dec 2006 19:34:28 -0000	1.153.2.3
  +++ prototype.h	27 Dec 2006 19:56:42 -0000	1.153.2.4
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.153.2.3 2006/12/27 19:34:28 pcjc2 Exp $ */
  +/* $Id: prototype.h,v 1.153.2.4 2006/12/27 19:56:42 pcjc2 Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -564,7 +564,7 @@
   void o_complex_translate2(TOPLEVEL *w_current, int dx, int dy, OBJECT *object);
   void o_complex_translate_all(TOPLEVEL *w_current, int offset);
   void o_complex_translate_selection(TOPLEVEL *w_current, int dx, int dy, GList *head);
  -void o_complex_rotate(TOPLEVEL *w_current, int centerx, int centery, int angle, int angle_change, OBJECT *object);
  +void o_complex_rotate_world(TOPLEVEL *w_current, int centerx, int centery, int angle, int angle_change, OBJECT *object);
   int o_complex_mirror_world(TOPLEVEL *w_current, int centerx, int centery, OBJECT *object);
   /* o_copy.c */
   void o_copy_start(TOPLEVEL *w_current, int x, int y);
  @@ -639,7 +639,7 @@
   void o_edit(TOPLEVEL *w_current, GList *list);
   void o_lock(TOPLEVEL *w_current);
   void o_unlock(TOPLEVEL *w_current);
  -void o_rotate_90(TOPLEVEL *w_current, GList *list, 
  +void o_rotate_90_world(TOPLEVEL *w_current, GList *list, 
   		 int centerx, int centery);
   void o_embed(TOPLEVEL *w_current, OBJECT *o_current);
   void o_unembed(TOPLEVEL *w_current, OBJECT *o_current);
  
  
  


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