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

gEDA-cvs: CVS update: prototype.h



  User: ahvezda 
  Date: 06/09/08 22:56:42

  Modified:    .        prototype.h
  Log:
  Applied another patch for Bug#1553544: "New pages inadvertantly created when adding nets in gschem" from Peter Clifton (much better and cleaner)
  
  
  
  
  Revision  Changes    Path
  1.136     +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.135
  retrieving revision 1.136
  diff -u -b -r1.135 -r1.136
  --- prototype.h	30 Aug 2006 11:06:16 -0000	1.135
  +++ prototype.h	9 Sep 2006 02:56:41 -0000	1.136
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.135 2006/08/30 11:06:16 ahvezda Exp $ */
  +/* $Id: prototype.h,v 1.136 2006/09/09 02:56:41 ahvezda Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, double relativ_zoom_factor, int flags);
  @@ -42,7 +42,7 @@
   SCM g_get_object_pins (SCM object_smob);
   /* g_keys.c */
   void set_window_current_key(TOPLEVEL *w_current);
  -void g_keys_execute(int state, int keyval);
  +int g_keys_execute(int state, int keyval);
   SCM g_keys_file_new(void);
   SCM g_keys_file_new_window(void);
   SCM g_keys_file_open(void);
  @@ -845,7 +845,7 @@
   void x_event_hschanged(GtkAdjustment *adj, TOPLEVEL *w_current);
   void x_event_vschanged(GtkAdjustment *adj, TOPLEVEL *w_current);
   gint x_event_enter(GtkWidget *widget, GdkEventCrossing *event, TOPLEVEL *w_current);
  -gint x_event_key_press(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  +gboolean x_event_key_press(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
   gint x_event_scroll(GtkWidget *widget, GdkEventScroll *event, TOPLEVEL *w_current);
   /* x_fileselect.c */
   void x_fileselect_destroy_window(GtkWidget *widget, FILEDIALOG *f_current);
  
  
  


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