[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: prototype.h
User: werner
Date: 07/02/24 06:47:32
Modified: . prototype.h
Log:
added Patricks keymap patch:
* scheme/gschem.scm (dump-keymap): New procedure for
g_keys_dump_keymap() replacing old fill-mapped-keys.
* src/g_register.c, src/g_funcs.c (g_funcs_key_*):
Removed functions. Replaced with g_keys_dump_keymap()
* src/g_keys.c (g_keys_dump_keymap): New function to obtain
current keymap from scheme.
* src/x_event.c, src/gschem.c, src/g_keys.c:
Removed empty function set_window_current_key()
* src/gschem.c, src/x_dialog.c: Adaptation for new
g_keys_dump_keymap(). (Patches written by Patrick Bernaud)
Revision Changes Path
1.163 +2 -7 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.162
retrieving revision 1.163
diff -u -b -r1.162 -r1.163
--- prototype.h 23 Feb 2007 19:24:33 -0000 1.162
+++ prototype.h 24 Feb 2007 11:47:29 -0000 1.163
@@ -1,4 +1,4 @@
-/* $Id: prototype.h,v 1.162 2007/02/23 19:24:33 cnieves Exp $ */
+/* $Id: prototype.h,v 1.163 2007/02/24 11:47:29 werner Exp $ */
/* a_pan.c */
void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy,
@@ -24,9 +24,6 @@
SCM g_funcs_confirm(SCM msg);
SCM g_funcs_filesel(SCM msg, SCM templ, SCM flags);
SCM g_funcs_use_rc_values(void);
-SCM g_funcs_key_name(SCM keystring);
-SCM g_funcs_key_value(SCM keystring);
-SCM g_funcs_key_done(void);
SCM get_selected_component_attributes(TOPLEVEL *toplevel);
SCM get_selected_filename(TOPLEVEL *toplevel);
/* g_hook.c */
@@ -45,8 +42,8 @@
SCM scm_angle, SCM scm_selectable, SCM scm_mirror);
SCM g_get_objects_in_page(SCM page_smob);
/* g_keys.c */
-void set_window_current_key(TOPLEVEL *w_current);
int g_keys_execute(int state, int keyval);
+GArray *g_keys_dump_keymap (void);
SCM g_keys_file_new(void);
SCM g_keys_file_new_window(void);
SCM g_keys_file_open(void);
@@ -788,8 +785,6 @@
void color_edit_dialog_close(GtkWidget *w, TOPLEVEL *w_current);
void color_edit_dialog_apply(GtkWidget *w, TOPLEVEL *w_current);
void color_edit_dialog(TOPLEVEL *w_current);
-void x_dialog_hotkeys_free_all(void);
-void x_dialog_hotkeys_fill(char *string);
void x_dialog_hotkeys(TOPLEVEL *w_current);
void x_dialog_raise_all(TOPLEVEL *w_current);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs