aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xfig/files/patch-w_style.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfig/files/patch-w_style.c')
-rw-r--r--graphics/xfig/files/patch-w_style.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xfig/files/patch-w_style.c b/graphics/xfig/files/patch-w_style.c
new file mode 100644
index 00000000000..e76101909cd
--- /dev/null
+++ b/graphics/xfig/files/patch-w_style.c
@@ -0,0 +1,11 @@
+--- w_style.c.orig Tue Jul 26 09:40:02 2005
++++ w_style.c
+@@ -696,7 +696,7 @@
+ if (style_dirty_flag) {
+ status = popup_query(QUERY_YESNOCAN, "Do you wish to save the changes you made to the styles?");
+ if (status == RESULT_YES)
+- save_style((Widget) 0, (XEvent *) 0);
++ save_style((Widget) 0, (XButtonEvent *) 0);
+ return status;
+ }
+ return RESULT_YES;