pkgsrc/graphics/xpaint/patches/patch-ae
hubertf 8b90bab821 Update to 2.6.1. Changes:
* graphic.c:
	  If the user tries to print a file that has never been saved, complain.
	* README: Updated maintainer info.
	* README: Updated URL for libraries.
	  Describe use of Print option.
	* Help.txt:
	  Document 'Spline Curve', 'Clone Region', 'Print', and 'Refresh'.
	* snapshot.c: Introduced new "Snapshot" operation (grabbing a
          window or mouse-selected rectangle from screen)
	* Help.txt: updated Help file accordingly
	* graphic.c: Introduced a "Clone region" function
	* splineOP.c: created basic spline curve operations
	* rw/writeTIFF.c: Bug fix; writing TIFF was broken for depth > 8.
	* operation.c: Reorganized order of icons in main control panel
        * graphic.c: Added a "Print" option in the file menu, to the effect
          of calling an external printing utility (xv is a good candidate)
2001-03-30 21:44:48 +00:00

22 lines
956 B
Text

$NetBSD: patch-ae,v 1.2 2001/03/30 21:44:49 hubertf Exp $
--- operation.c.orig Sun Sep 3 00:07:08 2000
+++ operation.c
@@ -940,12 +940,14 @@
fontSet, "-*-helvetica-medium-r-normal-*-*-120-*-*-p-*-*-*"),
MI_FLAGCB("Helvetica Bold 12", MF_CHECK | MF_GROUP1,
fontSet, "-*-helvetica-bold-r-normal-*-*-120-*-*-p-*-*-*"),
- MI_FLAGCB("Fixed 12", MF_CHECK | MF_GROUP1,
- fontSet, "-*-fixed-medium-r-normal-*-*-120-*-*-m-*-*-*"),
+ MI_FLAGCB("Sony 16", MF_CHECK | MF_GROUP1,
+ fontSet, "-*-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1"),
+ MI_FLAGCB("Sony 24", MF_CHECK | MF_GROUP1,
+ fontSet, "-*-fixed-medium-r-normal--24-170-100-100-c-120-iso8859-1"),
MI_FLAGCB("Courier 12", MF_CHECK | MF_GROUP1,
fontSet, "-*-courier-medium-r-normal-*-*-120-*-*-m-*-*-*"),
MI_SEPARATOR(),
-#define FM_SELECT 11
+#define FM_SELECT 12
MI_FLAGCB("select", MF_CHECK | MF_GROUP1, fontSet, NULL),
};