diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-18 15:55:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-18 15:55:38 +0000 |
commit | a97b47c0ec126ddacf82e1d15969bb796239c426 (patch) | |
tree | 922bef63079a706fde725f0371319201daab5cbc /graphics/libggiwmh/PLIST | |
parent | 1d42da7dd786f02da2446b63351cd96640912c34 (diff) | |
download | pkgsrc-a97b47c0ec126ddacf82e1d15969bb796239c426.tar.gz |
Update to 0.2.1:
- documentation fixes
- display-directx:
- bugfix: do not adjust the window with the size of the
decorations. Windows no longer get bigger on each and every move.
- bugfix: make `ggiWmhGetPos(3)` and `ggiWmhGetSize(3)` return
values consistent with any previous calls to `ggi WmhMove(3)`
and `ggiWmhResize(3)`.
- change coords of `ggiWmhGetPos(3)` and `ggiWmhMove(3)` to
behave as on display-x
Diffstat (limited to 'graphics/libggiwmh/PLIST')
-rw-r--r-- | graphics/libggiwmh/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libggiwmh/PLIST b/graphics/libggiwmh/PLIST index 124df427bb7..b7b2468355a 100644 --- a/graphics/libggiwmh/PLIST +++ b/graphics/libggiwmh/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/03/25 02:49:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/04/18 15:55:38 wiz Exp $ include/ggi/internal/wmh.h include/ggi/wmh-defs.h include/ggi/wmh.h @@ -13,6 +13,7 @@ man/man3/ggiWmhGetPos.3 man/man3/ggiWmhGetSize.3 man/man3/ggiWmhIconify.3 man/man3/ggiWmhInit.3 +man/man3/ggiWmhMaximize.3 man/man3/ggiWmhMove.3 man/man3/ggiWmhMoveIcon.3 man/man3/ggiWmhResize.3 |