[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: werner
Date: 06/11/19 13:08:44
Modified: . prototype.h
Log:
* src/i_basic.c, src/x_grid.c, src/x_window.c: moved the
filename from the status bar to the window title.
Show grid settings in the status bar.
Revision Changes Path
1.149 +3 -2 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.148
retrieving revision 1.149
diff -u -b -r1.148 -r1.149
--- prototype.h 21 Oct 2006 13:56:23 -0000 1.148
+++ prototype.h 19 Nov 2006 18:08:43 -0000 1.149
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.148 2006/10/21 13:56:23 cnieves Exp $ */
+/* $Id: prototype.h,v 1.149 2006/11/19 18:08:43 werner Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -299,7 +299,8 @@
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 char *string);
+void i_set_filename(TOPLEVEL *w_current, const gchar *string);
+void i_set_grid(TOPLEVEL *w_current, int visible_grid);
/* i_callbacks.c */
void i_callback_file_new(gpointer data, guint callback_action, GtkWidget *widget);
void i_callback_toolbar_file_new(GtkWidget *widget, gpointer data);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs