pkgsrc/graphics/xpaint/patches/patch-ae
adam 7d3d8de738 Changes 2.7.5:
* Support for scrolling with mouse wheel button
	* Support for neXtaw widgets
	* Bug fixes (randomly occurring segfault fixed -
	  nargs = 0 not properly reinitialized in menu bar routine !)

Changes 2.7.4:
	* All popup windows now behave properly under resize requests.
	  This corrects former (extremely buggy) behaviour.
	* Segfault bug in Print popup corrected
	* The transparency activation/disactivation of selected regions
	  under mouse clicks has been substantially improved.
	* Xaw95 widgets have been removed from the source tree, and
	  Xaw3d is now the recommended widget set.
2005-03-31 11:08:16 +00:00

17 lines
884 B
Text

$NetBSD: patch-ae,v 1.6 2005/03/31 11:08:16 adam Exp $
--- operation.c.orig 2005-03-21 20:36:37.000000000 +0000
+++ operation.c
@@ -993,8 +993,10 @@ static PaintMenuItem fontMenu[] =
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(),