diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-06-10 11:40:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-06-10 11:40:52 +0000 |
commit | c255132dc59d851170e3adb6b1bf7d39681c32aa (patch) | |
tree | 123296410c03ca01df9af65b8d754bba21216a52 /x11/fox/Makefile | |
parent | 9646a2117cb5167c8885ecc1f3ae86aa3074d0fa (diff) | |
download | pkgsrc-c255132dc59d851170e3adb6b1bf7d39681c32aa.tar.gz |
Update to 1.6.27:
* Decoration options interpreted under Windows-XP and UNIX as follows:
DECOR_SHRINKABLE means window may be smaller, but not larger, than
default size; DECOR_STRETCHABLE means window may be larger, but not
smaller, than default size; and finally, DECOR_RESIZE means window may
be both smaller or larger than default size.
* Fixed regression in glUseFXFont() when using Xft instead of XLFD.
* Fixed bug in FXVisual which caused drawing to FXBitmap to fail.
* Fixed bug FXWindow setDNDData() which affected MS-Windows clipboard operations.
* Fixed issue with bold-face text not drawing correctly in FXText if gap
happens to be in the text-fragment being drawn.
* Fixed issue in multi-head API access under older Windows operating
systems than Windows-XP.
* FXMDIChild resize animation speed changed a little bit.
* Some MacOS-X porting issues fixed.
Diffstat (limited to 'x11/fox/Makefile')
-rw-r--r-- | x11/fox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile index 317e49491dd..825a0b2c85c 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2007/04/15 13:59:37 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2007/06/10 11:40:52 xtraeme Exp $ -DISTNAME= fox-1.6.25 +DISTNAME= fox-1.6.27 CATEGORIES= x11 MASTER_SITES= http://www.fox-toolkit.org/ftp/ |