summaryrefslogtreecommitdiff
path: root/graphics/xfig/files/patch-e_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfig/files/patch-e_edit.h')
-rw-r--r--graphics/xfig/files/patch-e_edit.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xfig/files/patch-e_edit.h b/graphics/xfig/files/patch-e_edit.h
new file mode 100644
index 000000000000..6d3ff0a1631a
--- /dev/null
+++ b/graphics/xfig/files/patch-e_edit.h
@@ -0,0 +1,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);
+