diff options
author | pav <pav@FreeBSD.org> | 2004-12-11 22:45:17 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-11 22:45:17 +0000 |
commit | db4fe193f04816ec335408cd79b0a40a04cd5a3f (patch) | |
tree | 5bb46bde164079eb782d625ad7ff855cc76a2b70 /graphics/libggiwmh/pkg-descr | |
parent | f73ddd56811c7ad46b9259086d5f33e1ca0c1ffa (diff) | |
download | FreeBSD-ports-db4fe193f04816ec335408cd79b0a40a04cd5a3f.zip FreeBSD-ports-db4fe193f04816ec335408cd79b0a40a04cd5a3f.tar.gz |
Add libggiwmh, a libggi extension whereby wmh stands for 'Window Manager
Hints'. It adds features like moving, resizing, iconifying, z-ordering Windows
and more that happen to contain a ggi visual.
PR: ports/74826
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
Diffstat (limited to 'graphics/libggiwmh/pkg-descr')
-rw-r--r-- | graphics/libggiwmh/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/libggiwmh/pkg-descr b/graphics/libggiwmh/pkg-descr new file mode 100644 index 0000000..26e53d2 --- /dev/null +++ b/graphics/libggiwmh/pkg-descr @@ -0,0 +1,7 @@ +libggiwmh is a libggi extension whereby wmh stands for 'Window Manager Hints' +It adds features like moving, resizing, iconifying, z-ordering Windows and more +that happen to contain a ggi visual. +It is safe to use it even on non-windowed targets. The ggiWmh* functions just +fail in that case, where the failure indicates a NOOP. + +WWW: http://www.ggi-project.org/ |