freebsd-ports/graphics/xfig/files/patch-w_export.c
Martin Wilke 2e20a797a1 - Update to 3.2.5
PR:		111249
Submitted by:	Eric P. Scott <eps+pbug0704@ana.com>
2007-06-10 00:53:05 +00:00

11 lines
536 B
C

--- w_export.c.orig Tue Jul 26 09:40:01 2005
+++ w_export.c
@@ -1115,7 +1115,7 @@
sprintf(buf, "%.1f", appres.magnification);
/* we want to track typing here to update figure size label */
mag_spinner = MakeFloatSpinnerEntry(export_panel, &export_mag_text, "magnification",
- (Widget) NULL, mag_lab, update_mag, buf, 0.0, 10000.0, 1.0, 45);
+ (Widget) NULL, mag_lab, (XtCallbackProc)update_mag, buf, 0.0, 10000.0, 1.0, 45);
FirstArg(XtNfromVert, lang_panel);
NextArg(XtNtop, XtChainTop);
NextArg(XtNbottom, XtChainTop);