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

gEDA-cvs: CVS update: prototype.h



  User: peterb  
  Date: 07/05/31 17:29:48

  Modified:    .        prototype.h
  Log:
  Cleanup code for status bar messages.
  
  
  
  Applied patch from Ivan Stankovic cleaning up code used for displaying
  
  status bar messages.
  
  
  
  
  Revision  Changes    Path
  1.172                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.171
  retrieving revision 1.172
  diff -u -b -r1.171 -r1.172
  --- prototype.h	10 May 2007 12:45:12 -0000	1.171
  +++ prototype.h	31 May 2007 21:29:47 -0000	1.172
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.171 2007-05-10 12:45:12 peterb Exp $ */
  +/* $Id: prototype.h,v 1.172 2007-05-31 21:29:47 peterb Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -291,16 +291,12 @@
   void main_prog(void *closure, int argc, char *argv[]);
   int main(int argc, char *argv[]);
   /* i_basic.c */
  -void i_allow_expose(void);
   void i_show_state(TOPLEVEL *w_current, const char *message);
   void i_set_state(TOPLEVEL *w_current, enum x_states newstate);
   void i_set_state_msg(TOPLEVEL *w_current, enum x_states newstate, const char *message);
  -void i_update_left_button(const char *string);
   void i_update_middle_button(TOPLEVEL *w_current, void (*func_ptr)(gpointer, guint, GtkWidget*), const char *string);
  -void i_update_right_button(const char *string);
   void i_update_toolbar(TOPLEVEL *w_current);
   void i_update_menus(TOPLEVEL *w_current);
  -void i_update_cursor(TOPLEVEL *w_current);
   void i_set_filename(TOPLEVEL *w_current, const gchar *string);
   void i_set_grid(TOPLEVEL *w_current, int visible_grid);
   /* i_callbacks.c */
  
  
  


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