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

gEDA-cvs: CVS update: prototype.h



  User: pcjc2   
  Date: 07/02/23 18:32:08

  Modified:    .        Tag: noscreen prototype.h
  Log:
  sync with trunk
  
  
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.153.2.8 +8 -13     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.7
  retrieving revision 1.153.2.8
  diff -u -b -r1.153.2.7 -r1.153.2.8
  --- prototype.h	12 Feb 2007 02:16:38 -0000	1.153.2.7
  +++ prototype.h	23 Feb 2007 23:32:08 -0000	1.153.2.8
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.153.2.7 2007/02/12 02:16:38 pcjc2 Exp $ */
  +/* $Id: prototype.h,v 1.153.2.8 2007/02/23 23:32:08 pcjc2 Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -170,6 +170,8 @@
   SCM g_keys_options_grid(void);
   SCM g_keys_options_snap(void);
   SCM g_keys_options_snap_size(void);
  +SCM g_keys_options_scale_up_snap_size(void);
  +SCM g_keys_options_scale_down_snap_size(void);
   SCM g_keys_options_rubberband(void);
   SCM g_keys_options_show_log_window(void);
   SCM g_keys_options_show_coord_window(void);
  @@ -435,6 +437,8 @@
   void i_callback_script_console(gpointer data, guint callback_action, GtkWidget *widget);
   void i_callback_options_text_size(gpointer data, guint callback_action, GtkWidget *widget);
   void i_callback_options_snap_size(gpointer data, guint callback_action, GtkWidget *widget);
  +void i_callback_options_scale_up_snap_size(gpointer data, guint callback_action, GtkWidget *widget);
  +void i_callback_options_scale_down_snap_size(gpointer data, guint callback_action, GtkWidget *widget);
   void i_callback_options_afeedback(gpointer data, guint callback_action, GtkWidget *widget);
   void i_callback_options_grid(gpointer data, guint callback_action, GtkWidget *widget);
   void i_callback_options_snap(gpointer data, guint callback_action, GtkWidget *widget);
  @@ -823,18 +827,9 @@
   void x_grid_draw(TOPLEVEL *w_current);
   void x_draw_tiles(TOPLEVEL *w_current);
   /* x_image.c */
  -gint image_320(GtkWidget *w, TOPLEVEL *w_current);
  -gint image_640(GtkWidget *w, TOPLEVEL *w_current);
  -gint image_800(GtkWidget *w, TOPLEVEL *w_current);
  -gint image_1024(GtkWidget *w, TOPLEVEL *w_current);
  -gint image_1280(GtkWidget *w, TOPLEVEL *w_current);
  -gint image_1600(GtkWidget *w, TOPLEVEL *w_current);
  -gint image_3200(GtkWidget *w, TOPLEVEL *w_current);
  -void x_image_lowlevel(TOPLEVEL *w_current, const char* filename);
  -gint x_image_write(GtkWidget *w, TOPLEVEL *w_current);
  -gint x_image_cancel(GtkWidget *w, TOPLEVEL *w_current);
  -int x_image_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void x_image_setup(TOPLEVEL *w_current, char *filename);
  +void x_image_lowlevel(TOPLEVEL *w_current, const char* filename,
  +		      int desired_width, int desired_height, char *filetype);
  +void x_image_setup(TOPLEVEL *w_current);
   GdkPixbuf *x_image_get_pixbuf (TOPLEVEL *w_current);
   /* x_log.c */
   void x_log_open ();
  
  
  


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