[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: peterb
Date: 07/05/05 08:40:44
Modified: . prototype.h
Log:
Add "Recent Files" list to gschem.
Applied patch #1706411 by Ivan Stankovic, which adds a list of recently-
accessed files to gschem's File menu.
Revision Changes Path
1.170 +5 -1 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.169
retrieving revision 1.170
diff -u -b -r1.169 -r1.170
--- prototype.h 22 Apr 2007 17:59:50 -0000 1.169
+++ prototype.h 5 May 2007 12:40:44 -0000 1.170
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.169 2007/04/22 17:59:50 cnieves Exp $ */
+/* $Id: prototype.h,v 1.170 2007/05/05 12:40:44 peterb Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -834,6 +834,10 @@
gint do_popup(TOPLEVEL *w_current, GdkEventButton *event);
void x_menus_sensitivity(TOPLEVEL *w_current, const char *buf, int flag);
void x_menus_popup_sensitivity(TOPLEVEL *w_current, const char *buf, int flag);
+void x_menu_attach_recent_files_submenu(TOPLEVEL *w_current);
+void recent_files_load();
+void recent_files_save();
+void recent_files_add(const char *filename);
/* x_multiattrib.c */
void x_multiattrib_open (TOPLEVEL *toplevel, OBJECT *object);
/* x_multimulti.c */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs