summaryrefslogtreecommitdiff
path: root/graphics/xfig/files/patch-e_edit.h
blob: 6d3ff0a1631a57bfc10939e20bad71d1b08eafec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- e_edit.h.orig	Tue Jul 26 09:39:58 2005
+++ e_edit.h
@@ -24,7 +24,7 @@
 extern void	paste_panel_key(Widget w, XKeyEvent *event);
 extern Widget	color_selection_panel(char *label, char *wname, char *name, Widget parent, Widget below, Widget beside, Widget *button, Widget *popup, int color, XtCallbackProc callback);
 extern void	color_select(Widget w, Color color);
-extern void edit_item (F_line *p, int type, int x, int y);
+extern void edit_item (void *p, int type, int x, int y);
 extern void edit_item_selected (void);
 extern void push_apply_button (void);